Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/petersonwsantos/kubernetes-the-hard-way-on_vagrant
- Owner: petersonwsantos
- License: apache-2.0
- Created: 2018-01-15T20:17:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T15:24:47.000Z (almost 7 years ago)
- Last Synced: 2024-05-31T04:42:41.403Z (7 months ago)
- Topics: containers, kubernetes, lab, vagrant
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```