Builds a small kubernetes cluster based on Calico's tutorial setup.
First time:
./update-opt-bin.sh
Then build it:
EXTRAS=true NET=[calico|weave|flannel] vagrant up
You can open the kubernetes UI by running:
./bin/open-ui
There is also a little status watcher script:
./watch.sh
You can ssh into the k8s-master instance to use various tools:
You can also use them locally (except for weave/odp):
./bin/setup-clients
Normally you simply connect to the NodePort
on any of the host-only
VM addresses.
The following ports are also forwarded to localhost
for ease of use:
TODO: Setup Ingress/Itsio
to expose http services via central point.