I have set up the nginx ingress controller following this guide.
The ingress works well and I am able to visit the defaultbackend
service and my own service as well.
But when reviewing the objects created in the Google Cloud Console, in particular the load balancer object which was created automatically, I noticed that the health check for the other nodes are failing:
Is this because the ingress controller process is only running on the one node, and so it's the only one that passes the health check? How do I make the other nodes pass?