Bird
0
0

Why does the AWS VPC CNI plugin assign IP addresses from the VPC subnet directly to pods instead of using an overlay network?

hard📝 Conceptual Q10 of 15
AWS - EKS
Why does the AWS VPC CNI plugin assign IP addresses from the VPC subnet directly to pods instead of using an overlay network?
ATo provide high performance and native VPC networking for pods
BBecause overlay networks are not supported in Kubernetes
CTo simplify pod security by disabling network policies
DTo reduce the number of IP addresses used by pods
Step-by-Step Solution
Solution:
  1. Step 1: Understand the benefit of direct VPC IP assignment

    Assigning IPs directly from the VPC subnet gives pods native VPC networking, improving performance and compatibility.
  2. Step 2: Eliminate incorrect reasons

    Overlay networks are supported in Kubernetes; VPC CNI does not disable network policies; direct assignment does not reduce IP usage.
  3. Final Answer:

    To provide high performance and native VPC networking for pods -> Option A
  4. Quick Check:

    Direct VPC IPs = native networking and better performance [OK]
Quick Trick: Direct VPC IPs give pods native, fast networking [OK]
Common Mistakes:
  • Believing overlay networks are unsupported
  • Thinking VPC CNI disables network policies
  • Assuming direct IP assignment reduces IP count

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes