Skip to content

palma21/azure-container-demos

Repository files navigation

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.

About

Azure Container Demos inspired by Brendan Burns work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published