AI Tools / AI products & services
Flux is an open-source GitOps and continuous delivery toolkit for Kubernetes, hosted by the Flux community and graduated by the Cloud Native Computing Foundation. It reconciles the desired cluster state from Git and can deliver Kubernetes manifests and Helm charts; large CRDs may need to be managed separately rather than stored in a Kubernetes Secret.
It delivers Helm charts and is discussed in relation to a chart whose CRDs are too large to fit in a Kubernetes Secret. The suggested workaround is to manage the CRDs separately.
Alternative GitOps tool that pulls desired infrastructure state from Git and reconciles the cluster.