
Ultimate access to all questions.
How should the network engineer configure the Network Load Balancer (NLB) and Amazon Elastic Kubernetes Service (EKS) settings to ensure that the pods hosting an internet-facing application can see the source IP address from the original packet received by the NLB, while using the Amazon VPC Container Network Interface (CNI) plugin for pod networking connectivity?
A
Specify the ip target type for the NLB. Set the externalTrafficPolicy attribute to Local in the Kubernetes service specification.
B
Specify the instance target type for the NLB. Set the externalTrafficPolicy attribute to Cluster in the Kubernetes service specification.
C
Specify the instance target type for the NLB. Set the externalTrafficPolicy attribute to Local in the Kubernetes service specification.
D
Specify the ip target type for the NLB. Set the externalTrafficPolicy attribute to Cluster in the Kubernetes service specification.