Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Vagrant Kubernetes Cluster

License: MIT Vagrant Kubernetes Ubuntu

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.

Bash Scripts

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright (c) 2024 Vagrant Kubernetes Cluster

📫 Support & Contribution

If you encounter any issues or need assistance:

Create Issue Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤️ for the Kubernetes community