Harmony is a simple GitOps concept implementation. It is capable to track an application version changes in a git repository and automatically upgrade a Kubernetes workload to fit the version in a git.
- Install and configure helm
- Install and configure docker
- Install and configure skaffold
- Install and configure minikube
- Use skaffold to build a container image and create a deployment in the cluster
skaffold run
- Or use skaffold to build and deploy continuously
skaffold dev