Top "Minikube" questions

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

Kubernetes - How to define ConfigMap built using a file in a yaml?

At present I am creating a configmap from the file config.json by executing: kubectl create configmap jksconfig --from-file=config.…

kubernetes minikube kubernetes-helm configmap
Kubernetes (minikube) pod OOMKilled with apparently plenty of memory left in node

I'm using minikube, starting it with minikube start --memory 8192 For 8Gb of RAM for the node. I'm allocating pods with …

java memory kubernetes minikube
Minikube install in Ubuntu vm_VT-X/AMD-v enabling to VM inside another VM

I'm tring to install minikube in Ubuntu vm (in virtual box). I have enabled VT-X/AMD-v for the vm. But …

ubuntu kubernetes minikube
How to start a pod in command line without deployment in kubernetes?

I want to debug the pod in a simple way, therefore I want to start the pod without deployment. But …

kubernetes minikube
What does minikube docker-env mean?

In the Kubernetes minikube tutorial there is this command to use Minikube Docker daemon : $ eval $(minikube docker-env) What exactly does …

docker kubernetes dockerfile minikube
Connection Refused to Kubernetes Service

I have been trying to test minikube to create a demo application with three services. The idea is to have …

kubernetes minikube
Kubernetes Logs - How to get logs for kube-system pods

How do you get logs from kube-system pods? Running kubectl logs pod_name_of_system_pod does not work: λ kubectl …

kubernetes minikube
Downgrade kubectl version to match minikube k8s version

I started minikube with k8s version 1.5.2 and I would like to downgrade my kubectl so that it is also 1.5.2. …

kubernetes kubectl minikube
Determine what resource was not found from "Error from server (NotFound): the server could not find the requested resource"

I'm running kubectl create -f notRelevantToThisQuestion.yml The response I get is: Error from server (NotFound): the server could not …

kubernetes kubectl minikube
How to use "kubectl" command instead of "sudo kubectl"

For every command with kubectl I need to use sudo kubectl. I understand the security perspective but I am working …

kubernetes kubectl minikube