python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Kubectl commands only working with minikube
How come that when I use minikube, all my kubectl commands work properly e.g. kubectl get nodes. But the moment I stop minikube and try using k3d.
Install k3d with choco install k3d
Make a cluster in...
zhrgci
Votes: 0
Answers: 1
Minikube fails to start on Windows 11 Home and Docker Desktop
I have Windows 11 Home (which does not allow Hyper-V, only Pro edition does).
Installed WSL2 and Docker Desktop.
Installed Minikube using Chocolatey but it refused to start.
Searching on SO, I found t...
likejudo
Votes: 0
Answers: 1
Create folder mounting between localhost and minikube services
I have some trouble creating a mounting folder between my local host (Ubuntu 20.04) to my services running on minikube.
I want multiple containers to share files (one container will write, and the oth...
Shimri_Ab
Votes: 0
Answers: 1
Kubernetes service URL not responding to API call
I've been following multiple tutorials on how to deploy my (Spring Boot) api on Minikube. I already got it (user-service running on 8081) working in a docker container with an api gateway (port 8080) ...
zhrgci
Votes: 0
Answers: 2