awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • opsnull/follow-me-install-kubernetes-clusterAvatar von opsnull

    opsnull/follow-me-install-kubernetes-cluster

    7,546Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,546
  • alexellis/k3supAvatar von alexellis

    alexellis/k3sup

    7,393Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,393
  • k0sproject/k0sAvatar von k0sproject

    k0sproject/k0s

    6,290Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,290
  1. Home
  2. DevOps & Infrastructure
  3. Worker Node Management
  4. Private Worker Node Provisioning
  5. Automated Node Joining