alexellis / arkade

Open Source Marketplace For Developer Tools

Home Page:https://blog.alexellis.io/kubernetes-marketplace-two-year-update/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Tool] Add kwok tool for K8s load testing

alexellis opened this issue · comments

KWOK - KWOK (Kubernetes WithOut Kubelet) is a tool for creating large "virtual clusters" where Pods are never really created and run, but are simulated instead.

https://github.com/kubernetes-sigs/kwok/#kwok-kubernetes-without-kubelet

It's useful for testing operators and controllers with large amounts of nodes or Custom Resources.

Expected Behaviour

Add as a new download option using:

https://github.com/kubernetes-sigs/kwok/releases

kwokctl is also required which is in the same repo, this is the client for interacting with kwok.