2 repositorios
The automated initial setup of GitOps controllers and their synchronization with a source repository.
Distinct from Cluster Bootstrapping: Focuses specifically on the GitOps flow of bootstrapping, whereas the parent is general cluster setup.
Explore 2 awesome GitHub repositories matching devops & infrastructure · GitOps Bootstrapping. Refine with filters or upvote what's useful.
Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with configurations stored in Git, OCI, or Helm repositories. It functions as a set of controllers that monitor desired state in external sources and continuously reconcile the live cluster to match those definitions. The system distinguishes itself through a multi-cluster management plane that coordinates application delivery across fleets of remote clusters from a central hub. It provides a dedicated mechanism for automated image updates, which scans container registries for new
Creates a configuration repository and configures a cluster to synchronize with the source to initialize GitOps.
The CNCF Curriculum is an open-source repository that organizes exam domains and learning paths for CNCF certification courses covering Kubernetes and cloud-native technologies. It structures certification content into weighted domains that reflect exam question distribution, providing a structured study guide for candidates preparing for CNCF certifications. The curriculum is organized around multiple cloud-native domains including networking, security, GitOps, platform engineering, and certification preparation. It teaches cloud-native concepts through the lens of building and operating int
Covers applying security and observability practices to protect GitOps pipelines.