...
curl $(minikube ip):$NODE_PORT
This proves that the app is not reachable from the outside
kubectl exec -ti $POD_NAME curl localhost:8080
This proves that the app is still up and running
...
curl $(minikube ip):$NODE_PORT
This proves that the app is not reachable from the outside
kubectl exec -ti $POD_NAME curl localhost:8080
This proves that the app is still up and running