スキップしてコンテンツを表示

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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ