Google Kubernetes Engine: Cloud Platform Service Broker vs Alias IPs

7/17/2018

What is the difference between the using Cloud Platform Service Broker and using Alias IPs when configuring Kubernetes Engine?

-- Bart
google-cloud-platform
google-kubernetes-engine

1 Answer

7/20/2018

Service Broker doesn't have anything to do with Alias IPs. Cloud Platform Service Broker is called by "Kubernetes Service Catalog" to get GCP services provisioned with Kubernetes manifests (for example, you can create a Cloud SQL database by deploying a Kubernetes manifest thanks to this feature). Alias IPs don't have anything to do with this.

-- Jason
Source: StackOverflow