1 Repo
Manages worker nodes, control planes, and cluster teardown across many hosts simultaneously over SSH.
Distinct from Cluster Node Management: Distinct from Cluster Node Management: focuses on parallel execution of lifecycle operations across multiple nodes, not individual node configuration.
Explore 1 awesome GitHub repository matching devops & infrastructure · Parallel Multi-Node Operations. Refine with filters or upvote what's useful.
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 workers, builds HA control planes, and uninstalls clusters across many hosts in parallel.