1 repositorio
Joining additional worker containers to an existing Kubernetes cluster using join tokens.
Distinct from Worker Node Management: Distinct from Worker Node Management: focuses on adding Docker-based worker nodes to a cluster, not general node configuration or monitoring.
Explore 1 awesome GitHub repository matching devops & infrastructure · Docker Worker Node Additions. Refine with filters or upvote what's useful.
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
Provides token-based enrollment to join Docker worker containers to an existing Kubernetes cluster.