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

https://github.com/jozefizso/k8lab-vagrant

Kubernetes lab cluster using vagrant
https://github.com/jozefizso/k8lab-vagrant

devops kubernetes sample vagrant

Last synced: about 2 months ago
JSON representation

Kubernetes lab cluster using vagrant

Awesome Lists containing this project

README

          

# Kubernetes Setup Using Ansible and Vagrant

## Getting Started

```shell
vagrant up
vagrant ssh k8s-master -c 'kubectl get nodes'
```