Google Cloud Professional Cloud Network Engineer — Question 54

You need to create a GKE cluster in an existing VPC that is accessible from on-premises. You must meet the following requirements:
✑ IP ranges for pods and services must be as small as possible.
✑ The nodes and the master must not be reachable from the internet.
✑ You must be able to use kubectl commands from on-premises subnets to manage the cluster.
How should you create the GKE cluster?

Answer options

Correct answer: D

Explanation

The correct answer is D because it meets all requirements by creating a VPC-native GKE cluster with user-managed IP ranges and enabling privateEndpoint, ensuring that nodes and the master are not internet-reachable. Options A and B do not use privateEndpoint, and option C lacks the necessary private access configuration for the master.