Questions tagged [minikube]
38 questions
0
votes
2 answers
Connecting NodePort in Minikube
I created a Service and a Deployment but I am unable to access the service with minikube service --url accounts-service or minikube service accounts-service.
While the second one opens the browser but never connects, the first one just remains in my…

King
- 101
- 2
- 2
0
votes
1 answer
Accessing Mosquitto MQTT from outside my kubernetes cluster
I have the following Mosquitto setup on my minikube:
Deployment:
apiVersion: apps/v1
kind: Deployment
metadata:
name: mosquitto
namespace: mosquitto
spec:
replicas: 1
selector:
matchLabels:
name: mosquitto
template:
…

Daniel
- 3
- 1
- 2
0
votes
1 answer
cluster-autoscaler simulator in minikube
I have seen examples for the horizontal pod autoscaler (HPA) using minikube (example). However, I'm wondering if there is a similar tutorial to get hands on experience with the cluster autoscaler (CA) with minikube. I don't have access to an…

Kiran K.
- 103
- 2
0
votes
1 answer
kubernetes on virtualbox and visual studio code
I have installed kuberenetes with minikube on windows in virtualbox, for the moment I'm using visual studio as yaml IDE and using cmd for kubectl commands.
I want to know how can I define Visual studio to connect to minikube inside itself and…

Alireza Nasri
- 13
- 1
- 3
0
votes
1 answer
minikube on virtual box loses HostOnly network after host was in sleep mode - How to recover?
I'm running minikube with the vbox driver. I noticed that when I get back to my workstation after it's been in sleep mode, I can't do kubectl get pods (or any other kubectl command).
Some digging and I found that the the HostOnly network adapter of…

Tom Klino
- 621
- 1
- 8
- 15
0
votes
1 answer
Minikube Failed to pull image http: server gave HTTP response to HTTPS client
I've a minikube running on OSX with hyperkit with insecure registry enabled
$ minikube start
minikube 1.12.1 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.12.1
To disable this notice, run: 'minikube config set…

bachr
- 163
- 1
- 5
- 11
0
votes
1 answer
Can't make vsftpd on kubernetes (minikube) with load balancer AND ssl work
CONTEXT
School project : to host several services on a kubernetes node minikube including a ftps server on port 21 using a load balancer. School ask us to make our own images based on Alpine.
What I did so far
I setup metallb as loadbalancer.
I…

Bstorm
- 101
- 1
0
votes
1 answer
Does Minikube (or Kubernetes) need CPU-virtualisation instructions to orchestrate Docker containers?
I am looking to learn Kubernetes, specifically from this resource. I only want to run Docker containers, rather than full-fat VMs. It says that I need any of these as a base from which to work:
Docker Desktop
kind
Minikube
I have plumped for…

halfer
- 161
- 1
- 5
- 25