Let's say you have microservices and running many nodes. Every nodes expose services to internet and they have also health rest services that are used internally but they should be private.
How do you make private your health checks in Kubernetes ?
Is Kubernetes Ingress Controller only way ?