Why can I curl a containerPort from a Node using the Pod Cluster IP?
Summary The issue at hand is understanding why a containerPort can be accessed using curl from a Node in a Kubernetes cluster via the Pod’s Cluster IP, even when the container is only listening on localhost. This seems to contradict the expected behavior of localhost listening, which should only be accessible within the same Network … Read more