So I am trying to install ISTIO in a private GKE cluster. There is hardly any documentation on this. The plan of action is thus and I am not sure if this is possible. Any suggestions is highly appreciated.
- Create a Internal Load Balancer with fixed IP address
- Create a GCP External Load Balancer , hook it up with the internal Istio ILB. GCP External LB would be protected by Cloud Armor etc. Do I need Natting to get this done?
I am in a quandry on the difference between the two when creating the istio script with Helm
cloud.google.com/load-balancer-type: “internal” vs
gateways.istio-ilbgateway.enabled=true
are they the same?
Many thanks
Saby.