Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 929 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 929 Bytes

deploy-to-k8s

This Repo have sample code for how to deploy application to Kubernetes cluster using DAI Release and Deploy

How to run this workflow:

  1. Fork this repo to your personal git hub repo
  2. Enable workflow in Git hub action
  3. Clone repo to your local machine
  4. Fill details in aws/release and aws/deploy secrete.xlvals and valules.xlvals
  5. Use xl-cli to apply dairelease.yaml and daideploy.yaml
  6. Make sure infra is created properly on both release and deploy server
  7. On git hub add below secret image
  8. Create a webhook and select Pull request event image
  9. Create a Pull request and merge it to master and see application is deployed to aws EKS cluster using DAI Release/Deploy Pipeline.