/ccet-ia-2

Primary LanguageDockerfileMIT LicenseMIT

Continuous Deployment to Amazon EKS using GitHub Actions



  1. Developer commits the code.
  2. GitHub listens to push or pull requests.
  3. Triggers a workflow on those events
  4. Workflow includes dockerizing the application and pushing to Amazon ECR
  5. Later Configure AWS EKS cluster config by installing kubectl
  6. Deploy application to AWS EKS.
  7. Access the application by the endpoint given by EKS cluster