awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • opsnull/follow-me-install-kubernetes-clusterAvatar de opsnull

    opsnull/follow-me-install-kubernetes-cluster

    7,546Voir sur 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
    Voir sur GitHub↗7,546
  • alexellis/k3supAvatar de alexellis

    alexellis/k3sup

    7,393Voir sur 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
    Voir sur GitHub↗7,393
  • k0sproject/k0sAvatar de k0sproject

    k0sproject/k0s

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