Kubernetes 1.29: Easily Modify Volume Attributes – A Developer's Advantage!
The release of Kubernetes 1.29 introduces an exciting new feature: an alpha capability that allows …
Have you ever wondered how to set up a cluster of thousands of nodes in seconds, simulate real nodes with low resource requirements, and test your Kubernetes controllers at scale without spending much on infrastructure?
If you answered “Yes” to any of these questions, KWOK might be just what you need. It’s a toolkit that allows you to create a cluster of thousands of nodes in seconds.
KWOK stands for Kubernetes WithOut Kubelet. Currently, it offers two main tools:
kwokkwok is the core of this project and is responsible for simulating the lifecycle of fake nodes, pods, and other Kubernetes API resources.kwokctlkwokctl is a CLI tool that simplifies the creation and management of clusters with nodes simulated by kwok.KWOK offers several advantages:
kubectl, helm, kui, etc.KWOK can be used for various purposes:
KWOK is not intended to fully replace others. There are some limitations you should be aware of:
If you’re interested in trying out KWOK, please check out the documentation for more details.
Source: Kubernetes Blog
The release of Kubernetes 1.29 introduces an exciting new feature: an alpha capability that allows …
There is a lot of discussion about whether not using Kubernetes resource limits could actually be …
Every year, just before the official opening of KubeCon+CloudNativeCon, a very special event takes …