KWOK: Kubernetes WithOut Kubelet
kubernetes.dev
KWOK: Kubernetes WithOut Kubelet
1–10 of 50 posts
Re: KWOK: Kubernetes WithOut Kubelet
#2Also a clever name for the project.
May also have a place in a CI stack
Re: KWOK: Kubernetes WithOut Kubelet
#3Re: KWOK: Kubernetes WithOut Kubelet
#4How is it different with minikube?
Re: KWOK: Kubernetes WithOut Kubelet
#5Re: KWOK: Kubernetes WithOut Kubelet
#6Re: KWOK: Kubernetes WithOut Kubelet
#7Earlier quoted context omitted.
minikube is a VM basically. This emulates thousands of nodes on your laptop so you can test like how your operator you are developing performs.
how is it different than `kind` ?
Re: KWOK: Kubernetes WithOut Kubelet
#8Earlier quoted context omitted.
minikube is a VM basically. This emulates thousands of nodes on your laptop so you can test like how your operator you are developing performs.
how is it different than `kind` ?
It seems this tool isn't meant mostly for testing how different components behave under different scenarios and/or load. This is probably particularly helpful for custom controllers or operators. What happens to your controller if it's constantly reconciling 100k pods? What about 5k nodes? Something else? If this tool makes creating a "loaded" cluster easy, it's definitely handy. Would have saved me some time doing something similar a few months ago.
Re: KWOK: Kubernetes WithOut Kubelet
#9Re: KWOK: Kubernetes WithOut Kubelet
#10How is it different with minikube?