Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angudadevops/singlenode_kubernetes


https://github.com/angudadevops/singlenode_kubernetes

k8s-cluster k8s-single-master k8scluster kubernetes-cluster single-node-cluster

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Single Node Kubernetes Cluster

This repository helps you to setup single node kubernetes cluster.

Please run below command to install kubernetes

```
sudo bash install.sh
```

If you want to uninstall everything that has been installed, please run the below command

```
sudo ansible-playbook uninstall.yaml
```