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

AnujG
asked 9 months ago227 views
2 Answers
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
answered 9 months ago
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/

profile picture
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions