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

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

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

3 مستودعات

Awesome GitHub RepositoriesAutomated Node Joining

Automated process of adding worker nodes to a virtual cluster using templates.

Distinct from Private Worker Node Provisioning: Focuses on the automated joining process rather than just the assignment of private nodes.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Automated Node Joining. Refine with filters or upvote what's useful.

Awesome Automated Node Joining GitHub Repositories

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

    opsnull/follow-me-install-kubernetes-cluster

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

    Automates the process of adding worker nodes to the cluster using bootstrap credentials and service files.

    Shellcontainerdcorednsdocker
    عرض على GitHub↗7,546
  • alexellis/k3supالصورة الرمزية لـ alexellis

    alexellis/k3sup

    7,393عرض على GitHub↗

    k3sup is a command-line tool that installs and manages lightweight Kubernetes clusters entirely over SSH, without requiring any pre-installed software on the target machines. It bootstraps clusters on remote hosts using a single statically-linked binary, then provides immediate kubectl access by fetching and merging the cluster's admin credentials into the local configuration. The tool supports plan-driven cluster topology, allowing users to define node roles and configuration in a YAML file for automated multi-node deployment. The tool distinguishes itself by enabling parallel execution of i

    Adds worker nodes to an existing K3s cluster by connecting over SSH to each new host.

    Gocloudcloud-nativedevops
    عرض على GitHub↗7,393
  • 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

    Automates the joining of worker nodes to a Kubernetes cluster using cryptographically signed tokens.

    Gokubernetes
    عرض على GitHub↗6,290
  1. Home
  2. DevOps & Infrastructure
  3. Worker Node Management
  4. Private Worker Node Provisioning
  5. Automated Node Joining