37. 06 09 2022 - catedradxc/serverlessStudy GitHub Wiki

working session fargate deploy 06/09/2022

PROCESS to deploy the kubernetes app on AWS Fargate:

  • Upload the images to ECR
  • Create the tasks on ECS
  • Create the services on ECS
  • Edit the customerClient and catalogClient classes to put their IPs on order service
  • Upload the image order to ECR
  • Create the task and service of order on ECS
  • Create and application load-balancer and edit the rules to forward the traffic to the containers
  • Edit the index.html to make href fields address the application load-balancer
  • Upload the index to a S3 bucket and make it public