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 up
Jump into the master node.
vagrant ssh master
Test your infrastructure.
kubectl get nodes
Execute the following snippet in the project's root directory.
vagrant destroy