Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/petersonwsantos/kubernetes-the-hard-way-on_vagrant

Bootstrap Kubernetes "the hard way" on Vagrant
https://github.com/petersonwsantos/kubernetes-the-hard-way-on_vagrant

containers kubernetes lab vagrant

Last synced: about 1 month ago
JSON representation

Bootstrap Kubernetes "the hard way" on Vagrant

Awesome Lists containing this project

README

        

# Kubernetes the Hard Way on Vagrant

![Image of amazin Kubernetes ](image/kubernetes_logo.png)

This vagrant Lab is inspired by the [Kelsey Hightower's Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way) tutorial.

Get code
```
$ git clone https://github.com/petersonwsantos/kubernetes-the-hard-way-on_vagrant.git
```

Create cluster's assets and fully automated codes to bring up a Kubernetes cluster
```
$ bash start.sh

```