How to...
- Build container images inside a Kubernetes cluster
- Push to a container registry inside the cluster
- Start a pod that pulls an image from the in-cluster registry
As the scripts come, you will need to install...
...but they are only to preload container images to speed up the demo. You can comment out a section in scripts/build-cluster.sh
if you don't need this and then technically you won't need Helm or GnuPG either.
I've only tested this on a Mac so it may not work as well on other OSes. The scripts are all bash so you'll need to have something capable of running them if you're on Windows.