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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ravendb/ravendbAvatar de ravendb

    ravendb/ravendb

    3,961Voir sur 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
    Voir sur GitHub↗3,961
  • sidpalas/devops-directive-kubernetes-courseAvatar de sidpalas

    sidpalas/devops-directive-kubernetes-course

    1,892Voir sur 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
    Voir sur GitHub↗1,892
  • coreos/etcd-operatorAvatar de coreos

    coreos/etcd-operator

    1,758Voir sur 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
    Voir sur GitHub↗1,758
  • pires/kubernetes-elasticsearch-clusterAvatar de pires

    pires/kubernetes-elasticsearch-cluster

    1,503Voir sur 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
    Voir sur GitHub↗1,503
  1. Home
  2. DevOps & Infrastructure
  3. Kubernetes Cluster Deployments
  4. Database Cluster Deployments

Explorer les sous-tags

  • 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.