We'll continue using Minikube, so the instructions for creating a cluster are still the same. They should be engraved in the back of your brain so we'll just execute them without any explanation.
All the commands from this chapter are available in the 10-secret.sh (https://gist.github.com/vfarcic/37b3ef7afeaf9237aeb2b9a8065b10c3) Gist.
cd k8s-specs git pull minikube start --vm-driver=virtualbox minikube addons enable ingress kubectl config current-context
We'll start by deploying an application without creating any user-defined Secret.