Passer au contenu

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

demandé il y a 2 ans550 vues
2 réponses
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
répondu il y a 2 ans
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/

EXPERT
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.