Skip to content

Create a Kubernetes cluster running on a single node using kubespray and vagrant.

License

Notifications You must be signed in to change notification settings

m18unet/kubespray-single-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubespray Single Node

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.

Prerequisites

Before you begin, make sure you have the following prerequisites installed on your machine:

Getting Started

Review the config.yml file and make any changes you need. After that:

vagrant up

Contribution

Pull requests are welcome! Feel free to contribute and improve the project by submitting your changes.