Top "Minikube" questions

Minikube is a tool that makes it easy to run Kubernetes locally.

How to use local docker images with microk8s?

I have been using minikube to test Kubernetes locally. In minikube, we can use local docker images by using eval $(…

docker kubernetes minikube microk8s
Kubernetes version installed by minikube

How to know the kubernetes version that is installed by minikube? I am aware of the kubectl version and the …

kubernetes kubectl minikube
Routing an internal Kubernetes IP address to the host system

While running Minikube, I want to connect to a server that has the annoying habit of announcing itself to a …

kubernetes minikube
minikube - how to access pod via pod ip using curl

I use minikube to create local kubernetes cluster. I create ReplicationController via webapp-rc.yaml file. apiVersion: v1 kind: ReplicationController metadata: …

kubernetes minikube
Minikube does not start, kubectl connection to server was refused

Scouring stack overflow solutions for similar problems did not resolve my issue, so hoping to share what I'm currently experiencing …

kubernetes minikube
Kubernetes Minikube with local persistent storage

I am currently trying to deploy the following on Minikube. I used the configuration files to use a hostpath as …

kubernetes minikube
Kubernetes master is returning 401 Unauthorized error

I have installed minikube, kubectl in my laptop. When I run kubectl cluster-info in get the below Kubernetes master is …

kubernetes minikube kubernetes-apiserver
Add persistent volume in Kubernetes StatefulSet on Minikube

I'm new to Kubernetes and I'm trying to add a PVC in my StatefulSet on Minikube. PV and PVC are …

kubernetes minikube persistent-volumes persistent-volume-claims
minikube dashboard not working

I'm pretty new with Minikube. I want to try minikube in a local machine. I installed ubuntu server and docker. …

ubuntu docker minikube
Minikube: kubectl connection refused - did you specify the right host or port?

I try to run minikube v0.22.1 and kubectl v1.7.5 on MacOS with Virtualbox. $ minikube start Starting local Kubernetes v1.7.5 cluster... …

kubernetes kubectl minikube