Kind Concepts
Jump to navigation
Jump to search
Internal
Overview
kind
is a tool for running local Kubernetes clusters using Docker container "nodes". kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
Cluster
A Kubernetes cluster can be created with kind create cluster
.
What is a kind cluster? Where does it live?
"Node" Image
The “node” image is a Docker image for running nested containers, systemd, and Kubernetes components.