Skip to content

uvegla/kubernetes-test-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Alternative to Minikube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages