Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansilh/k8s-vagrant
Single Master - Multi Worker K8S cluster for learning and development
https://github.com/ansilh/k8s-vagrant
Last synced: 9 days ago
JSON representation
Single Master - Multi Worker K8S cluster for learning and development
- Host: GitHub
- URL: https://github.com/ansilh/k8s-vagrant
- Owner: ansilh
- Created: 2018-11-25T17:02:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T14:51:47.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:32:51.522Z (3 months ago)
- Language: Shell
- Size: 858 KB
- Stars: 14
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:white_check_mark: v1.17.0 branch - :white_check_mark:
# Carry a kubernetes cluster in your laptop
This project started for fun while preparing my CKA certification and there is no intention to put this as a serious project. ;)
* Software Versions
- Vagrant Box : ubuntu/xenial64 (20181217.0.0)
- K8S Version: v1.17.0
- etcd Version: v3.3.9
- containerd Version: 1.3.2
- CRI tool Version: v1.17.0
- runc Version: v1.0.0-rc6
- Calico: v3.11
* AddOns included
- MetalLB loadbalancer
- DashBoard
- Grafana
- MetricServer
- Traefik Ingress controller
* Future AddOns
- Prometheus* How to Setup
- [Install VirtualBox](https://www.virtualbox.org/wiki/Downloads)
- [Install Vagrant](https://www.vagrantup.com/)
- Download Vagrant file
```$ wget https://raw.githubusercontent.com/ansilh/k8s-vagrant/v1.17.0/Vagrantfile
```
* Download config.yaml file (Modify if needed)
```
$ wget https://raw.githubusercontent.com/ansilh/k8s-vagrant/v1.17.0/config.yaml```
* Execute vagrant up
```
$ vagrant up
```
* Default username and password to logon to nodes
```
User :ubuntu
Password: nutanix
```
* Cluster deployment demo (~10mins)[![Cluster deployment demo](https://raw.githubusercontent.com/ansilh/k8s-vagrant/v1.17.0/k8s-demo.png)](https://www.youtube.com/watch?v=5bSrwGvdWw0&hd=1 "Cluster deployment demo")
If you have any input , feel free to reachout [me](https://www.linkedin.com/in/ansil-h-%E2%98%81-48b61415/)