GitXplorerGitXplorer
h

vagrant-microk8s

public
5 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
fe4a958b61ccb9f1a24e839a6afef9a02069d465

MicroK8s in Vagrant

hhalvards committed 6 years ago
Unverified
f2b1bf632abb1afdd96b5dd1e2ea12d9c93b467b

Initial commit

hhalvards committed 6 years ago

README

The README file for this repository.

vagrant-microk8s

Vagrant machine running MicroK8s.

Install prerequisites:

brew cask install vagrant virtualbox virtualbox-extension-pack

Tweak CPU and memory in Vagrantfile.

Tweak plugins in provision.sh.

Start the VM:

vagrant up

Show Kubernetes version:

./m kubectl version

Show Istio version:

./m istioctl version

Show images in private registry:

./m docker images

Optional: Create aliases to avoid prefixing kubectl with ./m:

source alias.sh

Remove aliases created by source alias.sh:

source unalias.sh

Optional: Set environment variables to use kubectl on the host:

source acticate.sh

Unset environment variables configured by source activate.sh:

source deactivate.sh

Stop the VM:

vagrant halt

Destroy the VM:

vagrant destroy -f