Skip to main content
Version: v4.5

Configuring sidecar exposure to the Internet

To expose the sidecar to the Internet, so it's reachable outside the cluster, we use a LoadBalancer type service. This tells your cluster to provision a load balancer. This request has a different behavior depending on the cloud provider of your cluster.

By default, GKE provisions a public IP for any LoadBalancer service. If needed, you can check their documentation for any special needs for your deployment.