Kubernetes

MINIKUBE

minikube addons enable registry minikube status

da doker a minikube

https://blog.hasura.io/sharing-a-local-registry-for-minikube-37c7240d0615/

https://hub.docker.com/_/registry

minikube start
minikube dashboard
kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.4 --port=8080
kubectl expose deployment hello-minikube --type=NodePort
minikube service hello-minikube
minikube start -p cluster2
minikube stop
minikube delete

Installazione Minikube (Kubernetes a nodo singolo):