L7 Load balancing on Kubernetes GCP resources are created with $ kubectl apply -f ingress.yaml Global Forwarding Rule -> TargetHttpProxy -> URL Map -> Backend Service -> Instance Group or Network Endpoint Group
Ingress GCE problem on GKE v1.10.6 When we recreate an Ingress: ● External IP is never attached ● Backend Services are not created What we did: ● kubectl describe ing xxxxx / kubectl get events ● Check TLS on secret and ● Check kube-apiserver logs and cert-manager logs ● Recreate ingress without static-ip -> OK ● Recreate ingress with 1 backend -> sometimes OK