https://github.com/qingwave/kwok
Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters.
https://github.com/qingwave/kwok
Last synced: 7 months ago
JSON representation
Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters.
- Host: GitHub
- URL: https://github.com/qingwave/kwok
- Owner: qingwave
- License: apache-2.0
- Fork: true (kubernetes-sigs/kwok)
- Created: 2022-12-16T03:50:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T09:03:03.000Z (about 3 years ago)
- Last Synced: 2024-10-02T09:09:40.895Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# `KWOK` (`K`ubernetes `W`ith`O`ut `K`ubelet)

[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:
- 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][code of conduct].
[KWOK]: https://sigs.k8s.io/kwok
[our website]: https://kwok.sigs.k8s.io
[community page]: https://kubernetes.io/community/
[contributor guide]: https://kwok.sigs.k8s.io/docs/contributing/getting-started
[code of conduct]: https://github.com/kubernetes-sigs/kwok/blob/main/code-of-conduct.md
[sigs.k8s.io/kwok]: https://sigs.k8s.io/kwok/
[#kwok]: https://kubernetes.slack.com/messages/kwok/
[#kwok-dev]: https://kubernetes.slack.com/messages/kwok-dev/
[slack.k8s.io]: https://slack.k8s.io/