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
- Host: GitHub
- URL: https://github.com/jozefizso/k8lab-vagrant
- Owner: jozefizso
- License: mit
- Created: 2019-05-07T20:12:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T20:14:42.000Z (about 7 years ago)
- Last Synced: 2025-03-26T15:21:21.576Z (over 1 year ago)
- Topics: devops, kubernetes, sample, vagrant
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```