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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesOperator-Managed Deployments

Managing database instances on Kubernetes using a dedicated operator for lifecycle automation.

Distinct from Kubernetes Cluster Deployments: Distinct from general Kubernetes Cluster Deployments: focuses on operator-based management of database instances, not cluster provisioning.

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

Awesome Operator-Managed Deployments GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • kurrent-io/kurrentdbAvatar kurrent-io

    kurrent-io/KurrentDB

    5,809Vezi pe GitHub↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores events as immutable, ordered records in streams, preserving a complete audit trail and enabling temporal queries. The database uses gRPC for all client-server and inter-node communication, providing efficient binary serialization and bidirectional streaming, and supports atomic multi-stream writes that ensure consistency across multiple streams in a single transaction. The database distinguishes itself with a built-in JavaScript projection engine that transforms, filters, and aggregates

    EventStoreDB manages database instances on a Kubernetes cluster using a dedicated operator.

    C#cqrsdatabaseevent-sourcing
    Vezi pe GitHub↗5,809
  • m3db/m3Avatar m3db

    m3db/m3

    4,895Vezi pe GitHub↗

    m3 is a distributed time series database designed for high-resolution metrics and high-cardinality data management. It functions as a scalable storage system and a multi-cluster query engine, providing a distributed metrics aggregator capable of downsampling and summarizing data before it is committed to storage. The project distinguishes itself through a coordinated cluster model using etcd for node membership and shard placement. It supports multiple ingestion protocols, including the Prometheus remote write protocol, InfluxDB line protocol, and Graphite Carbon plaintext protocol, and provi

    Uses Kubernetes operators and custom resource definitions to automate node placement and operational tasks.

    Go
    Vezi pe GitHub↗4,895
  • ydb-platform/ydbAvatar ydb-platform

    ydb-platform/ydb

    4,738Vezi pe GitHub↗

    YDB este o bază de date SQL distribuită și un motor analitic conceput pentru scalabilitate orizontală și consistență puternică. Funcționează ca un sistem multi-model care suportă workload-uri tranzacționale și analitice printr-o arhitectură distribuită care oferă tranzacții ACID serializabile. Sistemul se distinge prin compatibilitatea sa largă cu protocoalele, implementând protocolul PostgreSQL pentru driverele SQL standard și protocolul Kafka pentru mesagerie și streaming. Servește, de asemenea, ca o bază de date vectorială, suportând indecși vectoriali și căutări de tip approximate nearest neighbor pentru căutări semantice și embeddings. Platforma gestionează datele folosind un model de stocare hibrid cu formate orientate pe rânduri și pe coloane, utilizând execuția interogărilor vectorizate pentru analize la scară de petabytes. Suprafața sa operațională include streaming de tip change data capture, cozi persistente de tip exactly-once și disponibilitate ridicată multi-zonă. Deployment-ul și gestionarea ciclului de viață sunt susținute printr-un operator Kubernetes și provizionarea de tip infrastructure-as-code.

    Employs a Kubernetes operator to automate the installation and lifecycle of storage and dynamic nodes.

    C++cloud-nativecppdatabase
    Vezi pe GitHub↗4,738
  • coreos/etcd-operatorAvatar coreos

    coreos/etcd-operator

    1,758Vezi pe 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 custom resource controllers to automate distributed storage instance lifecycles on container platforms.

    Goetcdkubernetesoperator
    Vezi pe GitHub↗1,758
  1. Home
  2. DevOps & Infrastructure
  3. Kubernetes Cluster Deployments
  4. Operator-Managed Deployments

Explorează sub-etichetele

  • Cluster-Wide OperatorsOperators configured to watch and manage custom resources across every namespace simultaneously. **Distinct from Operator-Managed Deployments:** Distinct from Operator-Managed Deployments: focuses specifically on cluster-wide operational scope across all namespaces.