Kubeadm Automation Tool
KubeAuto simplifies the deployment of multi-node Kubernetes clusters using kubeadm. Automate, deploy, and manage your Kubernetes clusters in just a few clicks or commands.
Deploy multi-node Kubernetes clusters with kubeadm automatically.
Built with best practices for security, reliability, and scalability.
Powerful CLI interface for automation and integration with CI/CD pipelines.
Comprehensive guides, examples, and reference documentation.
# Clone the repository
git clone https://github.com/Ruhanyat-994/kubeadm-automation.git
cd kubeadm-automation
# (Optional) Edit cluster topology
nano cluster.yaml
# Deploy a multi-node Kubernetes cluster
vagrant up
# SSH into the control plane
vagrant ssh controlplane
# Verify your cluster
kubectl get nodes