Objective 1.4
PCNEDesigning for Google Kubernetes Engine (GKE)
Objective 1.4 sits in Designing and planning a Google Cloud VPC network, which carries 21% of the Cloud Network Engineer exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.
Objective title verbatim from the official objectives. Google Cloud exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
An engineer compares the two GKE cluster network modes and needs Pod traffic to stay clear of the custom static route quota. Which routing arrangement achieves that?
Correct.
Concept
How a platform reaches a workload address decides which quota the design consumes, so two schemes carrying the same traffic can have very different scaling ceilings.
Why D
In a VPC-native cluster the Pod IP address ranges do not depend on custom static routes and do not consume the static route quota; automatically generated subnet routes carry that traffic instead.
Source
VPC-native clusters, checked August 2026Pod IP address ranges don't depend on custom static routes. They don't consume the system-generated and custom static routes quota . Instead, automatically-generated subnet routes handle routing for VPC-native clusters.
Now you: objective 1.4 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
A team leaves the maximum Pods per node at its default on a VPC-native cluster. How large an alias IP range does each node receive?
Sample question 2 of 3
A team plans a 900-node VPC-native cluster and has to size the cluster subnet properly. Which range supplies the addresses for the nodes themselves?
Sample question 3 of 3
An engineer sizes the Pod secondary range for a 900-node VPC-native cluster running the default 110 Pods per node. What is the largest subnet mask that will fit?
Full Cloud Network Engineer question bank coming
We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.
Read the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.