跳至內容

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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。