Skip to content

busfahrer/multipass-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This uses multipass to automatically bring up a bare metal k8s cluster running in VMs.

Run ./create.sh <COUNT> to bring up COUNT nodes (including master node) Run ./action.sh delete <COUNT> to delete COUNT nodes. Run multipass purge afterwards to really delete them.

NB: node1 will be the master node.

Example for accessing the cluster:

multipass exec node1 kubectl get nodes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages