Skip to content

maateen/k8s-on-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8S on Vagrant

Quick Start

To start the cluster:

$ make up

To pause the cluster:

$ make halt

To shut down the cluster:

$ make down

Or,

$ cd master-1
$ vagrunt up
$ cd worker-1
$ vagrunt up
$ cd worker-2
$ vagrunt up

Do not forget to change the K8S join token in bootstrap.sh file at worker-1 and worker-2.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published