mvn clean install
docker build --tag hello-world .
helm install hello-world deployment
kubectl get pods -o wide
kubectl get services -o wide
kubectl get ingress
helm uninstall hello-world
chmod u+x buildAndInstall.sh
./buildAndInstall.sh
kubectl get pods
kubectl port-forward <pod-name> 8081:8081