This repository aims to create a Kubernetes cluster running on a single node using kubespray.
kubespray is a tool that automates the deployment and configuration of Kubernetes clusters. By leveraging kubespray, this project simplifies the process of setting up a Kubernetes environment on a single node.
For more detailed information about kubespray, you can review the official documentation.
Before you begin, make sure you have the following prerequisites installed on your machine:
- VirtualBox (Tested on version
6.1.44 r156814
) - Vagrant (Tested on version
2.3.6
)
Review the config.yml
file and make any changes you need. After that:
vagrant up
Pull requests are welcome! Feel free to contribute and improve the project by submitting your changes.