86 Getting Started With Secrets
86 Getting Started With Secrets
• Understanding Secrets
• Creating A Cluster
Understanding Secrets #
Creating A Cluster #
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.
cd k8s-specs
git pull
minikube start --vm-driver=virtualbox
minikube addons enable ingress
kubectl config current-context