Topic 1 Question 591
A company runs a container application by using Amazon Elastic Kubernetes Service (Amazon EKS). The application includes microservices that manage customers and place orders. The company needs to route incoming requests to the appropriate microservices.
Which solution will meet this requirement MOST cost-effectively?
Use the AWS Load Balancer Controller to provision a Network Load Balancer.
Use the AWS Load Balancer Controller to provision an Application Load Balancer.
Use an AWS Lambda function to connect the requests to Amazon EKS.
Use Amazon API Gateway to connect the requests to Amazon EKS.
ユーザの投票
コメント(17)
- 正解だと思う選択肢: D
D. Use Amazon API Gateway to connect the requests to Amazon EKS.
👍 3Guru4Cloud2023/09/14 Microservices--> API--> API GW
👍 3RDM102023/09/19- 正解だと思う選択肢: B
Routing to ms in k8s -> Ingresses -> Ingress Controller -> AWS Load Balancer Controller https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.6/
👍 3KhasDenis2023/09/29
シャッフルモード