Skip to content

kubernetes-sigs/kwok

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cmd
January 28, 2023 13:11
March 28, 2023 13:37
February 22, 2023 12:40
January 11, 2023 16:07
December 22, 2022 13:02
March 28, 2023 15:49
March 26, 2023 09:43
July 28, 2022 10:39
August 3, 2022 14:38
March 9, 2023 15:13
July 28, 2022 10:39
July 28, 2022 10:39
March 19, 2023 23:17
July 28, 2022 10:39
March 16, 2023 16:44
March 16, 2023 16:44
February 20, 2023 19:30

KWOK (Kubernetes WithOut Kubelet)

KWOK is pronounced as /kwɔk/.

KWOK is a toolkit that enables setting up a cluster of thousands of Nodes in seconds. Under the scene, all Nodes are simulated to behave like real ones, so the overall approach employs a pretty low resource footprint that you can easily play around on your laptop.

What is KWOK?

KWOK stands for Kubernetes WithOut Kubelet. So far, it provides two tools:

  • kwok is the cornerstone of this project, responsible for simulating the lifecycle of fake nodes, pods, and other Kubernetes API resources.
  • kwokctl is a CLI tool designed to streamline the creation and management of clusters, with nodes simulated by kwok.

Please see our website for more in-depth information.

Community

See our own contributor guide and the Kubernetes community page.

Getting Involved

If you're interested in participating in future discussions or development related to KWOK, there are several ways to get involved:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.