SAA-C03 · Question #588
SAA-C03 Question #588: Real Exam Question with Answer & Explanation
The correct answer is C: Use the Amazon VPC CNI plugin for Kubernetes. Define custom subnets in the VPC cluster for. The Amazon VPC Container Network Interface (CNI) plugin is the default network plugin for Amazon EKS. It allows Kubernetes pods to receive IP addresses from a VPC's subnet and enables pods to communicate securely within the VPC as if they were native VPC resources.
Question
A company is migrating an application from an on-premises location to Amazon Elastic Kubernetes Service (Amazon EKS). The company must use a custom subnet for pods that are in the company's VPC to comply with requirements. The company also needs to ensure that the pods can communicate securely within the pods' VPC. Which solution will meet these requirements?
Options
- AConfigure AWS Transit Gateway to directly manage custom subnet configurations for the pods in
- BCreate an AWS Direct Connect connection from the company's on-premises IP address ranges to
- CUse the Amazon VPC CNI plugin for Kubernetes. Define custom subnets in the VPC cluster for
- DImplement a Kubernetes network policy that has pod anti-affinity rules to restrict pod placement to
Explanation
The Amazon VPC Container Network Interface (CNI) plugin is the default network plugin for Amazon EKS. It allows Kubernetes pods to receive IP addresses from a VPC's subnet and enables pods to communicate securely within the VPC as if they were native VPC resources.
Community Discussion
No community discussion yet for this question.