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
·

5 repositorios

Awesome GitHub RepositoriesDistributed Configuration Store Integrations

Integrations with distributed key-value stores to maintain cluster consensus and coordinate leader election.

Distinguishing note: None of the candidates cover infrastructure-level state synchronization via external KV stores like etcd.

Explore 5 awesome GitHub repositories matching data & databases · Distributed Configuration Store Integrations. Refine with filters or upvote what's useful.

Awesome Distributed Configuration Store Integrations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • kubernetes/kopsAvatar de kubernetes

    kubernetes/kops

    16,631Ver en GitHub↗

    kops is a Kubernetes cluster provisioner and lifecycle manager designed to automate the creation, maintenance, and destruction of production-grade clusters on cloud infrastructure. It functions as a declarative infrastructure manager, synchronizing the live state of a cluster with versioned manifests stored in remote object storage to ensure idempotent operations. The project distinguishes itself by offering comprehensive automation for the entire cluster lifecycle, including high-availability control plane deployment, incremental rolling updates, and automated version upgrades. It also serve

    Enforces multi-factor authentication for identities accessing the cluster state store via temporary credentials.

    Gocncfcontainersgo
    Ver en GitHub↗16,631
  • kelseyhightower/confdAvatar de kelseyhightower

    kelseyhightower/confd

    8,424Ver en GitHub↗

    confd is a dynamic configuration templating engine and manager that generates local application configuration files using data from environment variables and distributed key-value stores. It functions as a client for stores such as etcd and Consul, monitoring these sources for changes to automate the creation and update of files on the local filesystem. The tool serves as an application process reloader, capable of automatically restarting or signaling dependent applications when their underlying configuration files are modified. This ensures that updated settings from a centralized source of

    Connects local configuration to distributed key-value stores to ensure consistency across a cluster.

    Go
    Ver en GitHub↗8,424
  • patroni/patroniAvatar de patroni

    patroni/patroni

    8,182Ver en GitHub↗

    Patroni is a high availability manager and cluster orchestrator for PostgreSQL. It functions as an automatic failover controller and replication manager that ensures continuous database availability by automating leader election and promoting standby nodes during failures. The system maintains a consistent cluster state by acting as a distributed consensus coordinator. It synchronizes configuration and manages leader elections through integration with distributed configuration stores such as etcd, ZooKeeper, or Consul. Its broader capabilities include managing both synchronous and asynchrono

    Integrates with etcd to maintain consistent cluster state and coordinate leader elections across nodes.

    Pythonconsuletcdfailover
    Ver en GitHub↗8,182
  • opsnull/follow-me-install-kubernetes-clusterAvatar de opsnull

    opsnull/follow-me-install-kubernetes-cluster

    7,546Ver en GitHub↗

    This project provides a comprehensive guide and set of scripts for deploying and configuring a production-ready Kubernetes cluster from scratch. It centers on establishing a functional environment by installing core management components, storage, and networking across multiple nodes. The implementation emphasizes high availability for the control plane, utilizing layer-4 load balancing and leader election for the API server, scheduler, and controller manager. It further ensures reliability through the deployment of a distributed key-value store for persistent runtime data. The project cover

    Provisions a distributed etcd key-value store to maintain cluster consensus and persistent state.

    Shellcontainerdcorednsdocker
    Ver en GitHub↗7,546
  • docker/swarmAvatar de docker

    docker/swarm

    5,730Ver en GitHub↗

    Swarm is a container clustering system that pools multiple Docker hosts into a single virtual host, enabling transparent container scheduling and management across the cluster. It exposes the standard Docker API so existing Docker-compatible tools and clients can operate on the cluster without any modifications. The system uses a distributed key-value store to maintain cluster state, enabling consistent scheduling decisions across nodes. A Docker-API proxy layer translates standard API calls into cluster-wide operations, while a host-pool abstraction hides individual host details from the cli

    Uses a distributed key-value store to maintain cluster state for consistent scheduling decisions.

    Go
    Ver en GitHub↗5,730
  1. Home
  2. Data & Databases
  3. Distributed Configuration Store Integrations

Explorar subetiquetas

  • Cluster State Stores1 sub-etiquetaInfrastructure-level distributed key-value stores used to maintain cluster consensus and persistence. **Distinct from Distributed Configuration Store Integrations:** Focuses on the actual deployment of the state store rather than just the integration of the store into the application