Although not strictly required, if you want to follow-along for a more hands-on experience please make sure you have the following installed/downloaded:
- minikube
- Docker please note we will not be using the kubernetes that comes included with docker for mac.
- kubectl
- run
minikube start
- After successful start run
eval $(minikube docker-env)
- Preload the following docker images ahead of time:
docker pull python:2
docker pull python:3
docker pull alpine:latest
docker pull busybox
docker pull rdodev/flask-base