내용으로 건너뛰기

How can we use EKS service to deploy micro services in AWS

0

Hi Team,

How can we use EKS service to deploy micro services in AWS. I want to know the steps as professional way. Could you please share the some video to learn this?

Thanks, Anuj

질문됨 2년 전553회 조회
2개 답변
0

Hello, if you're looking to use the EKS service to deploy micro services in AWS you can use the eksctl command line utility and Amazon Elastic Container Registry (Amazon ECR). Additionally, you can use an Application Load Balancer to load balance the application traffic. The following article outlines how you'd be able to do this step by step. First, you'll create an Amazon EKS cluster by using eksctl. Next, you'll create an Amazon ECR repository and push the Docker image. Then you'll deploy the Java microservices. Finally, you'll be able to test the application.

All of these have steps that are further described in this article from AWS: https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/deploy-a-sample-java-microservice-on-amazon-eks-and-expose-the-microservice-using-an-application-load-balancer.html.

Here's an article on Amazon EKS as well for additional information: https://aws.amazon.com/pm/eks/?trk=cae70841-9b8a-4ec5-a5ea-ad8c76e382e4&sc_channel=ps&ef_id=CjwKCAjw5_GmBhBIEiwA5QSMxH4Gir4CIrF0q171PDxG1rl3d3Cwl4bWY3VT9x2_vEQgiH0CRTroQRoCqN8QAvD_BwE:G:s&s_kwcid=AL!4422!3!651751059744!p!!g!!amazon%20eks%20service!19852662191!145019194937

AWS
답변함 2년 전
0

Please refer to this, as it is having Video as well as the Steps involved to set the things us https://www.eksworkshop.com/

전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠