GKE ingress and pod readiness

GKE ingress does not respect the readiness probes of pods if there are more than 1 pod. BackendConfig must be used.

See

You need to do it like this https://github.com/mluukkai/gke-ingress-poc/blob/main/manifests/service.yaml

repro the problem

Remove the BackendConfig and enable just one pod (by curl http://pod-ip-address/flip ): both will get traffic through ingress