Ways of structuring your repositories
How to structure your Git repositories for a smooth GitOps experience with Flux.
The GitOps Toolkit is the set of APIs and controllers that make up the runtime for Flux v2. The APIs comprise Kubernetes custom resources, which can be created and updated by a cluster user, or by other automation tooling.
You can use the toolkit to extend Flux, and to build your own systems for continuous delivery. The the source-watcher guide is a good place to start.
推荐外部资源:
How to structure your Git repositories for a smooth GitOps experience with Flux.
Manage Helm Releases in a declarative manner with Flux.
Configure alerting for Slack, Teams, Discord and others using Flux notification controller.
Configure webhook receivers for GitHub, GitLab, DockerHub and others using Flux notification controller.
Monitoring Flux with Prometheus Operator and Grafana.
Manage Kubernetes secrets with Bitnami sealed-secrets controller.
Manage Kubernetes secrets with Mozilla SOPS, OpenPGP, Age and Cloud KMS.
Automate container image updates to Git with Flux.
how to construct container image tags compatible with Flux automation.