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
Unable to deploy cluster(k3d->k3s) on ARM64, fails to spin up serverlb node
I am trying to setup a k3s cluster with k3d for use together with portainer.
I am running the latest archlinux-arm on the rockpro64 with the latest docker version, along with a current version of kube...
jaaq
Votes: 0
Answers: 1
kubernetes - k3d how to use local directory as a Persistent volume
I am using k3d to run local kubernetes
I have created a cluster using k3d.
Now I want to mount a local directory as a persistent volume.
How can i do this while using k3d.
I know in minikube
$ minikub...
Santhosh
Votes: 0
Answers: 2
'$ kubectl create deployment ...' keeps on creating pods on the master node, not the worker nodes
Running the below commands...
k3d cluster create challenge2 --agents 3 -p "8080:80@loadbalancer
kubectl create deployment k3d-challenge2-agent-0 --image nginx:latest
... creates pods on the mas...
LB-
Votes: 0
Answers: 0