awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesGit-Based Bootstrapping

Initializing a cluster by linking it to a Git repository as the source of truth.

Distinct from Cluster Bootstrapping: Specifies the use of Git as the source for the bootstrapping process, whereas Cluster Bootstrapping is the general process.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Git-Based Bootstrapping. Refine with filters or upvote what's useful.

Awesome Git-Based Bootstrapping GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • fluxcd/flux2Avatar de fluxcd

    fluxcd/flux2

    7,888Ver en GitHub↗

    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

    Installs the toolkit and configures a remote Git repository as the primary source of truth for the cluster.

    Gocontinuous-deliverygitopsgitops-toolkit
    Ver en GitHub↗7,888
  • fluxcd/fluxAvatar de fluxcd

    fluxcd/flux

    6,861Ver en GitHub↗

    Flux is a Kubernetes GitOps controller and deployment engine that synchronizes cluster state with configurations stored in a Git repository. It serves as a system for continuous delivery, utilizing a manifest generator to create configuration files from templates and a reconciliation loop to ensure the live environment matches the desired state defined in versioned repositories. The project distinguishes itself through a container image automator that scans registries and updates manifests based on semantic versioning or regular expressions. It incorporates secure configuration deployment via

    Initializes the current cluster state into a Git repository to establish a versioned baseline.

    Go
    Ver en GitHub↗6,861
  1. Home
  2. DevOps & Infrastructure
  3. Cluster Bootstrapping
  4. Git-Based Bootstrapping