Bird
0
0

How can you configure an EKS cluster with VPC CNI to assign pods IP addresses from multiple subnets for high availability?

hard📝 Application Q9 of 15
AWS - EKS
How can you configure an EKS cluster with VPC CNI to assign pods IP addresses from multiple subnets for high availability?
ACreate multiple EKS clusters in different regions
BAttach multiple subnets to the worker node group and configure VPC CNI accordingly
CUse a single subnet and rely on NAT gateways
DAssign IPs manually to pods from different subnets
Step-by-Step Solution
Solution:
  1. Step 1: Understand subnet attachment for worker nodes

    Attaching multiple subnets to worker nodes allows pods to get IPs from any of those subnets, improving availability.
  2. Step 2: Exclude unrelated or impractical options

    Multiple clusters in different regions is not subnet configuration; single subnet limits availability; manual IP assignment is impractical.
  3. Final Answer:

    Attach multiple subnets to the worker node group and configure VPC CNI accordingly -> Option B
  4. Quick Check:

    Multiple subnets on nodes = pods get IPs from all subnets [OK]
Quick Trick: Multiple subnets on nodes enable multi-subnet pod IPs [OK]
Common Mistakes:
  • Confusing multi-region clusters with subnet config
  • Relying on single subnet for HA
  • Manual IP assignment to pods

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes