Minikube Guide

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Minikube

Installation guide:
https://itnext.io/goodbye-docker-desktop-hello-minikube-3649f2a1c469

If getting the error “Cannot connect to the Docker daemon at unix:///var/


run/docker.sock. Is the docker daemon running?”, then can try
eval $(minikube docker-env)

The kubectl config view command outputs all contexts and clusters from


the default ${HOME}/.kube/config file,

There’s also the kubectl config current-context command (as used


above), but it only gives you the name of the current context, nothing
more:

https://codingbee.net/tutorials/kubernetes/using-docker-with-minikube

You might also like