Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 853 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 853 Bytes

Azure Container Demos

Prerequisites

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:

Setup

  • Create a Kubernetes cluster
  • If you want to run the kube-lego demo you need to run the setup.sh script in that directory.

Verify

Run ./verify.sh to verify your environment looks ok.

Running

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.