sidebar_position | title |
---|---|
1 |
GitOps Introduction |
GitOps is a way of managing Kubernetes clusters using Git as the source of truth.
- History of changes to the cluster is stored in Git
- Rollback to a previous version of the cluster is easy
- Changes to the cluster can be reviewed before they are applied
- Changes to the cluster can be tested before they are applied
- Changes to the cluster can be automated
- ArgoCD is a git controller that can be used to deploy applications to a Kubernetes cluster.
- Learning Resources - Learn more about GitOps with these resources.
- ArgoCD - Learn more about ArgoCD.