百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
K

kwok

> DevOps
开源

Kubernetes WithOut Kubelet - 模拟数千个节点和集群。

3.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Kubernetes WithOut Kubelet - 模拟数千个节点和集群。

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.

Why KWOK?

  • Lightweight: You can simulate thousands of nodes on your laptop without significant consumption of CPU or memory resources. Currently, KWOK can reliably maintain 1k nodes and 100k pods easily.
  • Fast: You can create and delete clusters and nodes almost instantly, without waiting for boot or provisioning. Currently, KWOK can create 20 nodes or pods per second.
  • Compatibility: KWOK works with any tools or clients that are compliant with Kubernetes APIs, such as kubectl, helm, kui, etc.
  • Portability: KWOK has no specific hardware or software requirements. You can run it using pre-built images, once Docker or Nerdctl is installed. Alternatively, binaries are also available for all platforms and can be easily installed.
  • Flexibility: You can configure different node types, labels, taints, capacities, conditions, etc., and you can configure different pod behaviors, status, etc. to test different scenarios and edge cases.

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:

  • Slack: #kwok for general usage discussion, #kwok-dev for development discussion. (visit slack.k8s.io for a workspace invitation)
  • Open Issues/PRs/Discussions in sigs.k8s.io/kwok

Code of conduct

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

GitHub Issues· 30 开放

在 GitHub 查看全部
  • #1738

    Flaky e2e: TestJsonpatch readiness Stage is both rule and target; a late Stage rule can no longer patch an already-processed target (not a timeout problem)

    kind/flake更新于 2026年9月15日
  • #1748

    kwok attach

    更新于 2026年9月1日
  • #1745

    kwok metrics

    更新于 2026年8月31日
  • #1744

    kwok --cidr

    更新于 2026年8月31日
  • #1741

    Flake test: metrics-server never becomes ready on windows-latest binary e2e

    kind/failing-test更新于 2026年8月26日

核心特点

  • •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.
  • •Lightweight: You can [simulate thousands of nodes] on your laptop without significant consumption of CPU or memory resources.
  • •Fast: You can create and delete clusters and nodes almost instantly, without waiting for boot or provisioning.
  • •Compatibility: KWOK works with any tools or clients that are compliant with Kubernetes APIs, such as kubectl, helm, kui, etc.
  • •Slack: [#kwok] for general usage discussion, [#kwok-dev] for development discussion. (visit [slack.k8s.io] for a workspace invitation)
  • •Open Issues/PRs/Discussions in [sigs.k8s.io/kwok]

> 标签

Godockergolangk8s-sig-schedulingkubernetes

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理