All Tools
K
Dev ToolsFreeOpen Source
KIND
Local Kubernetes clusters inside Docker
Apache-2.0
ABOUT
Cloud Kubernetes clusters are slow and expensive for iterating on charts and operators. kind boots a multi-node Kubernetes API inside containers so CI and laptops can apply the same ML serving YAML you will ship, then throw the cluster away.
INSTALL
brew install kindINTEGRATION GUIDE
1. Test Helm charts for LLM serving in CI with a disposable Kubernetes cluster
2. Develop Kubernetes operators for GPU scheduling against a local kind cluster
3. Reproduce production K8s API behavior on a laptop without a cloud account
4. Run integration tests for agent runtimes that assume a kubeconfig
TAGS
kubernetesdockertestingcilocalmlopsopen-source