Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 735 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 735 Bytes

Hello GitOps

Example project to demonstrate GitOps using Kustomize, Harness CIE and Harness CD

What we want to achieve

  1. Code change is made to a Go application and pushed to main
  2. Harness CIE pipeline is triggered
  3. Code is first unit tested
  4. If tests are OK, the application is packaged as a Docker image and pushed to DockerHub
  5. The kustomize manifests are edited to reference this new image tag
  6. Kustomize changes are committed and pushed automatically by the workflow
  7. As kustomize files have changed, Harness Gitops synchronize the application state with the Kubernetes cluster to deploy or update the app