-5

I have a GKE cluster setup where I have a service running as an internal load balancer and an ingress for this service. Is there a way to set a static IP to the ingress controller? My reference guide is here: https://cloud.google.com/kubernetes-engine/docs/concepts/ingress

gulpedoc
  • 11
  • 1

1 Answers1

4

You can achieve this with one annotation in the ingress definition. You can view more in the documentation

guillaume blaquiere
  • 66,369
  • 2
  • 47
  • 76