Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Exam Professional-Cloud-Network-Engineer Topic 1 Question 75 Discussion

Actual exam question for Google's Professional Cloud Network Engineer exam
Question #: 75
Topic #: 1
[All Professional Cloud Network Engineer Questions]

Your company is planning a migration to Google Kubernetes Engine. Your application team informed you that they require a minimum of 60 Pods per node and a maximum of 100 Pods per node Which Pod per node CIDR range should you use?

Show Suggested Answer Hide Answer
Suggested Answer: B

To determine the Pod per node CIDR range, you need to calculate how many IP addresses are required for each node, and then choose the smallest CIDR range that can accommodate that number. A CIDR range of /n means that there are 2^(32-n) IP addresses available in that range. For example, a /24 range has 2^(32-24) = 256 IP addresses.

According to the question, the application team requires a minimum of 60 Pods per node and a maximum of 100 Pods per node. Therefore, you need to choose a CIDR range that can provide at least 100 IP addresses per node, but not more than necessary. A /25 range has 2^(32-25) = 128 IP addresses, which is enough for 100 Pods per node. A /26 range has 2^(32-26) = 64 IP addresses, which is not enough for 60 Pods per node. A /24 range has 256 IP addresses, which is more than needed and wastes IP address space. A /28 range has 2^(32-28) = 16 IP addresses, which is far too small for any node.

Therefore, the best option is B. /25.This is also consistent with the Google Kubernetes Engine documentation, which states that each node is allocated a /24 range of IP addresses for Pods by default, but the maximum number of Pods per node is 1101. This means that there are approximately twice as many available IP addresses as possible Pods, which is similar to the ratio of 128 to 100 in the /25 range.

1:Configure maximum Pods per node | Google Kubernetes Engine (GKE) | Google Cloud


Contribute your Thoughts:

Teddy
10 days ago
I agree, a /25 CIDR range seems like the best option here. It provides enough IP addresses for the Pod range and is more efficient than using a /24.
upvoted 0 times
...
Lashaunda
11 days ago
Hmm, that's a good point. Let's see, a /24 CIDR range gives you 256 IP addresses, which should be more than enough. But a /25 might be the more efficient choice, as it gives you 128 IP addresses per node.
upvoted 0 times
...
Kimberely
12 days ago
Yeah, you're right. With a minimum of 60 Pods and a maximum of 100 Pods per node, we'll need between 60 and 100 IP addresses per node.
upvoted 0 times
...
Helene
13 days ago
This question seems straightforward, but the Pod per node requirement makes it a bit tricky. I'm thinking we need to calculate the number of IP addresses we need based on the Pod range.
upvoted 0 times
...

Save Cancel