Demos from Brendan Burns session at Ignite 2017.
Install Docker:
Install the az
Azure cli:
Install Kubectl
az acs kubernetes install-cli
Install some packages:
apt-get install python-pip tmux pv jq
pip install yq
Install some binaries:
- Helm - https://helm.sh
- Kubeless - https://github.com/kubeless/kubeless
- Create a Kubernetes cluster
- If you want to run the
kube-lego
demo you need to run thesetup.sh
script in that directory.
Run ./verify.sh
to verify your environment looks ok.
For a particular demo:
cd ${demo-dir}
./demo.sh
For the most part the demos clean up after themselves, but you may want to delete any stray namespaces you see at the end.