Top "Minikube" questions

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

Update a Deployment image in Kubernetes

I'm very new to Kubernetes and using k8s v1.4, Minikube v0.15.0 and Spotify maven Docker plugin. The build process …

docker kubernetes minikube
Grafana HTTP Error Bad Gateway and Templating init failed errors

Use helm installed Prometheus and Grafana on minikube at local. $ helm install stable/prometheus $ helm install stable/grafana Prometheus server, …

kubernetes monitoring grafana prometheus minikube
delete kubernetes cluster on docker-for-desktop OSX

What is the equivalent command for minikube delete in docker-for-desktop on OSX As I understand, minikube creates a VM to …

docker kubernetes kubectl minikube
Getting "ErrImageNeverPull" in pods

Am using minikube to test out the deployment and was going through thislink And my manifest file for deployment is …

docker kubernetes kubectl minikube dockerhub
How to access Kubernetes API when using minkube?

What is correct way to kubernetes cluster setup using minikube through the kubernetes api ? At the moment, I can't find …

kubernetes minikube
How to connect to minikube services from outside

I am trying to switch my local dev environment to run in minikube. I have all the container images built …

kubernetes minikube
Minikube vs Kubernetes in Docker for Windows

Most tutorials I've seen for developing with Kubernetes locally use Minikube. In the latest Edge release of Docker for Windows, …

docker kubernetes minikube docker-for-windows
Why do I get "unbound immediate PersistentVolumeClaims" on Minikube?

I get "pod has unbound immediate PersistentVolumeClaims", and I don't know why. I run minikube v0.34.1 on macOS. Here are …

kubernetes minikube
How to transfer files between local machine and minikube?

I am using OS Ubuntu 16.0.4 and i installed minikube on it. I need to copy some files to minikube, so …

docker kubernetes boot2docker minikube
(Kubernetes + Minikube) can't get docker image from local registry

I have setup docker on my machine and also minikube which have docker inside it, so probably i have two …

docker kubernetes docker-registry minikube