Skip to content

kind (Kubernetes in Docker)

kind is a tool for running local Kubernetes clusters using Docker container "nodes".^[400-devops-06-kubernetes-readme.md]

Usage

kind is typically used within development environments to facilitate local Kubernetes operations.^[400-devops-06-kubernetes-readme.md]

VS Code Integration

A common workflow for utilizing kind involves configuring a [[VS Code]] Dev Container.^[400-devops-06-kubernetes-readme.md] By setting up the development environment correctly, users can automatically install kind along with kubectl, ensuring that all necessary dependencies are available for cluster management immediately upon launching the container.^[400-devops-06-kubernetes-readme.md]

Sources

^[400-devops-06-kubernetes-readme.md]