Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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