Create a GKE cluster in an existing VPC accessible from on‑prem with these constraints: minimal pod/service ranges, nodes and master not internet-reachable, and kubectl from on‑prem. Which cluster configuration meets the requirements?
Choose an answer
Tap an option to check your answer.
Correct answer: 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..
Why this is the answer
The correct option creates a VPC-native GKE cluster, which is essential for efficient IP utilization and network performance. Using user-managed IP ranges allows for precise control over the /24 pod and service ranges, meeting the "minimal" requirement. Enabling privateEndpoint ensures the master is not internet-reachable, as it assigns an internal IP address. Master authorized networks restrict access to the master API endpoint to specified CIDR blocks, which would include the on-prem network, allowing kubectl access. A network proxy is a common method for on-prem access to internal resources. Incorrect options: "VPC advanced routes" is not a standard GKE configuration for private clusters. "GKE-managed IP ranges" doesn't allow the explicit user control needed for minimal ranges. "GKE cluster network policy" is for controlling pod-to-pod communication, not master access or IP range management.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed