Alternative to Minikube.
- Vagrant - Installation guide
| Server | Vagrant ssh | IP Address |
|---|---|---|
| Master | vagrant ssh master | 172.168.96.100 |
| Minion 1 | vagrant ssh minion-1 | 172.168.96.111 |
| Minion 2 | vagrant ssh minion-2 | 172.168.96.112 |
| Minion 3 | vagrant ssh minion-3 | 172.168.96.113 |
Build your infrastructure.
vagrant upJump into the master node.
vagrant ssh masterTest your infrastructure.
kubectl get nodesExecute the following snippet in the project's root directory.
vagrant destroy