0
0
GCPcloud~5 mins

GKE networking (VPC-native) in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does VPC-native mode mean in GKE networking?
VPC-native mode means GKE uses alias IPs to assign IP addresses to pods directly from a Virtual Private Cloud (VPC) subnet, allowing better IP management and network isolation.
Click to reveal answer
intermediate
Why is VPC-native mode preferred over routes-based networking in GKE?
VPC-native mode scales better, avoids IP conflicts, and simplifies network management by using alias IPs instead of creating many routes for pods.
Click to reveal answer
beginner
What is an alias IP range in the context of GKE VPC-native clusters?
An alias IP range is a block of IP addresses within a VPC subnet reserved for pods and services, enabling pods to have their own IPs without using node IPs.
Click to reveal answer
intermediate
How does VPC-native mode improve pod-to-pod communication across nodes?
Because pods have IPs from the VPC subnet, they can communicate directly without NAT or extra routing, making communication faster and simpler.
Click to reveal answer
intermediate
What must you configure before creating a VPC-native GKE cluster?
You must create a VPC subnet with secondary IP ranges reserved for pods and services to use as alias IP ranges.
Click to reveal answer
What is the main benefit of using VPC-native mode in GKE?
APods get IP addresses from the VPC subnet directly
BPods share the node's IP address
CPods use external IPs for communication
DPods do not require IP addresses
What must be set up in the VPC before creating a VPC-native GKE cluster?
AFirewall rules for external access
BSecondary IP ranges for pods and services
CVPN connection to on-premises
DStatic routes for pods
How does VPC-native mode affect network scalability in GKE?
AReduces scalability due to IP conflicts
BHas no effect on scalability
CImproves scalability by avoiding route explosion
DRequires manual IP management
In VPC-native GKE clusters, how do pods communicate across nodes?
ADirectly using their VPC IP addresses
BThrough node IP NAT translation
CUsing external IP addresses
DVia a load balancer
Which of the following is NOT true about VPC-native GKE clusters?
APods have unique IPs from the VPC subnet
BRequires secondary IP ranges in the subnet
CSupports better network isolation
DPods share the node's IP address
Explain how VPC-native mode changes pod IP addressing in GKE.
Think about how pods get their IPs compared to older methods.
You got /4 concepts.
    Describe the steps to prepare a VPC for a VPC-native GKE cluster.
    Focus on IP range setup before cluster creation.
    You got /4 concepts.