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:2docker pull python:3docker pull alpine:latestdocker pull busyboxdocker pull rdodev/flask-base