ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 501 - SAA-C03 discussion

Report
Export

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?

A.
Use the AWS Load Balancer Controller to provision a Network Load Balancer.
Answers
A.
Use the AWS Load Balancer Controller to provision a Network Load Balancer.
B.
Use the AWS Load Balancer Controller to provision an Application Load Balancer.
Answers
B.
Use the AWS Load Balancer Controller to provision an Application Load Balancer.
C.
Use an AWS Lambda function to connect the requests to Amazon EKS.
Answers
C.
Use an AWS Lambda function to connect the requests to Amazon EKS.
D.
Use Amazon API Gateway to connect the requests to Amazon EKS.
Answers
D.
Use Amazon API Gateway to connect the requests to Amazon EKS.
Suggested answer: B

Explanation:

An Application Load Balancer is a type of Elastic Load Balancer that operates at the application layer (layer 7) of the OSI model. It can distribute incoming traffic across multiple targets, such as Amazon EC2 instances, containers, IP addresses, and Lambda functions.It can also route requests based on the content of the request, such as the host name, path, or query parameters1.

The AWS Load Balancer Controller is a controller that helps you manage Elastic Load Balancers for your Kubernetes cluster.It can provision Application Load Balancers or Network Load Balancers when you create Kubernetes Ingress or Service resources2.

By using the AWS Load Balancer Controller to provision an Application Load Balancer for your Amazon EKS cluster, you can achieve the following benefits:

You can route incoming requests to the appropriate microservices based on the rules you define in your Ingress resource.For example, you can route requests with different host names or paths to different microservices that handle customers and orders2.

You can improve the performance and availability of your container applications by distributing the load across multiple targets and enabling health checks and automatic scaling1.

You can reduce the cost and complexity of managing your load balancers by using a single controller that integrates with Amazon EKS and Kubernetes.You do not need to manually create or configure load balancers or update them when your cluster changes2.

asked 16/09/2024
CHEUNG KA FAI
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first