istio with k8s gateway api configure to use cluster ip instead of a load balancer ip

We can easily configure or annotate gateway to use cluster ip instead of getting a load balancer ip. 

Run the following command 

kubectl annotate gateway bookinfo-gateway networking.istio.io/service-type=ClusterIP --namespace=default

To get your load balancer ip back, remove this annotation 

kubectl annotate gateway bookinfo-gateway networking.istio.io/service-type- --namespace=default




Comments

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type