This project sets up a local Kubernetes cluster using Vagrant and VirtualBox. It creates two Ubuntu 24.04 virtual machines: one control plane node and one worker node with automatic installation of Docker, Kubernetes components, and necessary configurations.
These scripts are to make it easy to bring up and maintain the Kubernetes Cluster. Some are collections of manual provisioning commands from the original project (which reduces manual typing errors). Others are facilitators, to manage the Control Plane and Worker nodes in an easy and repeatable fashion.
| 🚜 Provision | Package Installation and Service Management of Machines |
| 🚀 Cplane | To spin up and manage the Control Plane |
| 🛠 Worker | To join up and manage the Worker nodes |
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright (c) 2024 Vagrant Kubernetes Cluster
If you encounter any issues or need assistance:
This project is licensed under the MIT License - see the LICENSE file for details.