nerdexam
Google

PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #80

You need to define an address plan for a future new GKE cluster in your VPC. This will be a VPC native cluster, and the default Pod IP range allocation will be used. You must pre-provision all the…

The correct answer is B. /22. /24 is the default CIDR block assigned to each worker node, with maximum 110 PODs for node. For 3 node, we need 3 x /24 = /22 https://cloud.google.com/kubernetes-engine/docs/concepts/alias-ips#defaults_limits

Submitted by eva_at· Apr 18, 2026Designing, planning, and prototyping a Google Cloud network

Question

You need to define an address plan for a future new GKE cluster in your VPC. This will be a VPC native cluster, and the default Pod IP range allocation will be used. You must pre-provision all the needed VPC subnets and their respective IP address ranges before cluster creation. The cluster will initially have a single node, but it will be scaled to a maximum of three nodes if necessary. You want to allocate the minimum number of Pod IP addresses. Which subnet mask should you use for the Pod IP address range?

Options

  • A/21
  • B/22
  • C/23
  • D/25

How the community answered

(21 responses)
  • A
    19% (4)
  • B
    71% (15)
  • C
    5% (1)
  • D
    5% (1)

Explanation

/24 is the default CIDR block assigned to each worker node, with maximum 110 PODs for node. For 3 node, we need 3 x /24 = /22 https://cloud.google.com/kubernetes-engine/docs/concepts/alias-ips#defaults_limits

Topics

#GKE Networking#IP Addressing#VPC Native Clusters#Subnetting

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-NETWORK-ENGINEER Practice