awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesHigh Availability Conversions

The process of transforming a single-node control plane into a multi-node high-availability cluster.

Distinct from High Availability Clusters: Focuses on the transition from single-master to multi-master, not just the final HA state.

Explore 3 awesome GitHub repositories matching devops & infrastructure · High Availability Conversions. Refine with filters or upvote what's useful.

Awesome High Availability Conversions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • kubernetes/kopsالصورة الرمزية لـ kubernetes

    kubernetes/kops

    16,631عرض على 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

    Transitions a cluster from a single-node control plane to a high-availability multi-master configuration.

    Gocncfcontainersgo
    عرض على GitHub↗16,631
  • k0sproject/k0sالصورة الرمزية لـ k0sproject

    k0sproject/k0s

    6,290عرض على GitHub↗

    k0s is a Kubernetes distribution that packages all control plane and worker components into a single binary, enabling cluster deployment with no host dependencies beyond the Linux kernel. It supports a container-native runtime where controllers and workers run inside Docker containers using a single OCI image, and offers declarative YAML configuration for defining cluster topology, host roles, and SSH connection details. The distribution provides pre-built binaries for x86-64, ARM64, ARMv7, and RISC-V architectures, and uses cryptographically signed tokens for secure node enrollment. The proj

    Grows a single-node setup into a multi-node, highly available cluster with control plane isolation.

    Gokubernetes
    عرض على GitHub↗6,290
  • vitobotta/hetzner-k3sالصورة الرمزية لـ vitobotta

    vitobotta/hetzner-k3s

    3,299عرض على GitHub↗

    This project is a cloud provisioner and orchestrator for deploying and managing K3s clusters on Hetzner Cloud. It automates the setup of lightweight Kubernetes environments, including the provisioning of load balancers, private networks, and firewalls. The tool functions as a lifecycle manager capable of performing zero-downtime rolling updates and version upgrades across distributed environments. It distinguishes itself through a cluster autoscaler that adjusts worker node counts based on resource demand and a system for converting single-master setups into multi-master, high-availability cl

    Transforms single-master setups into multi-master clusters by adding nodes and configuring load balancers.

    Crystalcrystalcrystal-langcrystal-language
    عرض على GitHub↗3,299
  1. Home
  2. DevOps & Infrastructure
  3. High Availability Clusters
  4. High Availability Conversions