Skip to content

srntqn/harmony

Repository files navigation

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.

Prepare local development environment

Install third-party tools

Build and deploy to minikube cluster

  • 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