GKE Ingress health check configuration
If you set the front end of Google Kubernetes Engine to ingress, a GCP health check will be automatically created and passed. Otherwise, the backend service will not open even if the pod is working properly.
The default health check behavior that is automatically created is to check that you can HTTP GET / and get 200OK.……