Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How do you create a GKE cluster in an existing VPC that is accessible from on-premises while meeting these requirements:
What is the correct configuration for this GKE cluster?
A
Create a private cluster that uses VPC advanced routes. Set the pod and service ranges as /24. Set up a network proxy to access the master.
B
Create a VPC-native GKE cluster using GKE-managed IP ranges. Set the pod IP range as /21 and service IP range as /24. Set up a network proxy to access the master.
C
Create a VPC-native GKE cluster using user-managed IP ranges. Enable a GKE cluster network policy, set the pod and service ranges as /24. Set up a network proxy to access the master. Enable master authorized networks.
D
Create a VPC-native GKE cluster using user-managed IP ranges. Enable privateEndpoint on the cluster master. Set the pod and service ranges as /24. Set up a network proxy to access the master. Enable master authorized networks.