awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

4 repositorios

Awesome GitHub RepositoriesDatabase Cluster Deployments

Automated deployment and orchestration of database clusters within Kubernetes environments.

Distinct from Kubernetes Cluster Deployments: Distinct from general Kubernetes cluster deployments: focuses specifically on database-centric orchestration using Helm charts.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Database Cluster Deployments. Refine with filters or upvote what's useful.

Awesome Database Cluster Deployments GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ravendb/ravendbAvatar de ravendb

    ravendb/ravendb

    3,961Ver en GitHub↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    Automates the deployment and scaling of database clusters within Kubernetes using Helm charts.

    C#csharpdatabasedocument-database
    Ver en GitHub↗3,961
  • sidpalas/devops-directive-kubernetes-courseAvatar de sidpalas

    sidpalas/devops-directive-kubernetes-course

    1,892Ver en GitHub↗

    This project is a comprehensive educational curriculum designed to teach the fundamentals of container orchestration and infrastructure automation. It provides a structured learning path for mastering the lifecycle management of containerized applications, covering the core concepts of declarative resource definitions, control-loop-based reconciliation, and distributed cluster state management. The course distinguishes itself by focusing on practical, hands-on implementation of modern DevOps practices. It guides users through the integration of GitOps workflows for state synchronization, the

    Automates the deployment and lifecycle management of database clusters within containerized environments.

    Smarty
    Ver en GitHub↗1,892
  • coreos/etcd-operatorAvatar de coreos

    coreos/etcd-operator

    1,758Ver en GitHub↗

    The etcd-operator is a custom resource controller designed to automate the deployment, scaling, backup, and recovery of distributed key-value storage clusters on container orchestration platforms. By extending container orchestration APIs with custom resource definitions, the system manages multi-node database instances through declarative configuration files and a continuous controller reconciliation loop that drives cluster provisioning, scaling, and maintenance. The operator provides automated cluster member recovery, detecting unresponsive nodes and executing membership replacements to pr

    Deploys multi-node database clusters with configurable replicas and version parameters.

    Goetcdkubernetesoperator
    Ver en GitHub↗1,758
  • pires/kubernetes-elasticsearch-clusterAvatar de pires

    pires/kubernetes-elasticsearch-cluster

    1,503Ver en GitHub↗

    Kubernetes-elasticsearch-cluster is an orchestration tool designed to deploy and manage distributed Elasticsearch search and analytics clusters within container environments. It provisions multi-node architectures with separated master, data, and ingest roles, utilizing stateful workload orchestration to maintain stable network identities across restarts. The system implements automated persistent storage provisioning through dynamic volume requests, alongside anti-affinity rules that distribute redundant data pods across distinct physical hosts for fault isolation. Operational availability

    Runs database worker nodes as ordered stateful workloads that maintain stable network identities across restarts.

    document-databaseelasticsearchkubernetes
    Ver en GitHub↗1,503
  1. Home
  2. DevOps & Infrastructure
  3. Kubernetes Cluster Deployments
  4. Database Cluster Deployments

Explorar subetiquetas

  • Clustered Worker NodesRuns database worker nodes as ordered stateful workloads that maintain stable network identities across restarts. **Distinct from Database Cluster Deployments:** Distinct from Database Cluster Deployments: focuses specifically on clustered data worker node roles within stateful workloads.