PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #146
Your company has a single Virtual Private Cloud (VPC) network deployed in Google Cloud with on-premises connectivity already in place. You are deploying a new application using Google Kubernetes Engin
The correct answer is A. Create a GKE private cluster with a private endpoint for the control plane.. Configure your VPC network to export its custom routes in the peering relationship to the control plane's VPC network. The control plane's VPC network is already configured to import custom routes. This provides a path for the control plane to send packets back to on-premises res
Question
Options
- ACreate a GKE private cluster with a private endpoint for the control plane.
- BCreate a GKE private cluster with a public endpoint for the control plane.
- CCreate a GKE private cluster with a private endpoint for the control plane.
- DCreate a GKE public cluster.
How the community answered
(43 responses)- A84% (36)
- B9% (4)
- C5% (2)
- D2% (1)
Explanation
Configure your VPC network to export its custom routes in the peering relationship to the control plane's VPC network. The control plane's VPC network is already configured to import custom routes. This provides a path for the control plane to send packets back to on-premises resources. https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters?hl=en#cp-on-prem-
Topics
Community Discussion
No community discussion yet for this question.