
Ultimate access to all questions.
Your company has an existing Virtual Private Cloud (VPC) network in Google Cloud with established on-premises connectivity. You need to deploy a new Google Kubernetes Engine (GKE) application that should only be accessible from within the same VPC network and on-premises locations. Additionally, the GKE control plane must be exposed exclusively to a specific set of on-premises subnets via private connectivity. What steps should you take?
A
Create a GKE private cluster with a private endpoint for the control plane. Configure VPC Networking Peering export/import routes and custom route advertisements on the Cloud Routers. Configure authorized networks to specify the desired on-premises subnets.
B
Create a GKE private cluster with a public endpoint for the control plane. Configure VPC Networking Peering export/import routes and custom route advertisements on the Cloud Routers.
C
Create a GKE private cluster with a private endpoint for the control plane. Configure authorized networks to specify the desired on-premises subnets.
D
Create a GKE public cluster. Configure authorized networks to specify the desired on-premises subnets.