Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 803 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 803 Bytes

Kubernetes test environment

Alternative to Minikube.

Requirements

Infrastucture

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

Usage

Build your infrastructure.

vagrant up

Jump into the master node.

vagrant ssh master

Test your infrastructure.

kubectl get nodes

Tear down infrastructure

Execute the following snippet in the project's root directory.

vagrant destroy