Analysis updated 2026-06-21
Deploy a highly available Kubernetes cluster on AWS or Google Cloud using Ansible without manually configuring each node
Set up a Kubernetes cluster on bare-metal servers in your own data center using Kubespray's automation playbooks
Spin up a local test Kubernetes cluster using Vagrant before running the same playbooks against production infrastructure
Configure Cilium or Calico as the network plugin for a new Kubernetes cluster during initial deployment
| kubernetes-sigs/kubespray | netbootxyz/netboot.xyz | easzlab/kubeasz | |
|---|---|---|---|
| Stars | 18,476 | 11,765 | 11,362 |
| Language | Jinja | Jinja | Jinja |
| Setup difficulty | hard | moderate | hard |
| Complexity | 5/5 | 3/5 | 4/5 |
| Audience | ops devops | ops devops | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Ansible 2.14+, Python netaddr, and target servers with internet access, not suitable for quick local experiments.
Kubespray is a set of Ansible playbooks for deploying a production-ready Kubernetes cluster. Ansible is an automation tool that runs tasks on remote machines via SSH, a playbook is a file describing what those tasks should be. Kubernetes is a system for running and managing containerized applications across a group of servers. The key advantage Kubespray offers is flexibility. It can deploy Kubernetes on AWS, Google Cloud Engine, Azure, OpenStack, vSphere, Equinix Metal bare-metal servers, Oracle Cloud Infrastructure, or plain bare metal, and it supports a long list of Linux distributions including Debian, Ubuntu, CentOS Stream, RHEL, Fedora, Fedora CoreOS, openSUSE, Oracle Linux, Alma Linux, and Rocky Linux. The cluster it creates is highly available, meaning it is set up so that the failure of individual machines does not bring down the whole system. Network plugins are configurable, with support for calico, cilium, flannel, kube-ovn, kube-router, multus, and kube-vip. Several storage plugins and additional applications like cert-manager, CoreDNS, ArgoCD, Helm, and MetalLB are also handled. Requirements include Ansible version 2.14 or newer, Python's netaddr library, and target servers that have internet access to pull container images. The minimum supported Kubernetes version is 1.30. Installation can be done via Docker, Ansible directly, or Vagrant for local testing.
A collection of Ansible automation scripts that set up a production-ready Kubernetes cluster on almost any cloud or bare-metal server with one command.
Mainly Jinja. The stack also includes Jinja, Ansible, Python.
License information was not mentioned in the explanation.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.