https://store-images.s-microsoft.com/image/apps.19172.af8bcea9-89fd-43de-9a0c-9f787c714851.03676458-6323-4822-9b55-7c85cfe01c82.b3480357-298d-484c-a314-152538879370

Kind on Ubuntu 24.04

oleh bCloud LLC

(1 peringkat)

Version 0.22.0 + Free Support on Ubuntu 24.04

kind (Kubernetes IN Docker)

kind (Kubernetes IN Docker) is a lightweight, CLI-based tool that enables users to run local Kubernetes clusters using Docker containers. It is designed for rapid development, testing, and validation of Kubernetes configurations and workloads without requiring cloud resources.

Features of kind:

  • Creates local Kubernetes clusters using Docker containers as nodes.
  • Fully CLI-based tool with no graphical interface required.
  • Ideal for testing Kubernetes manifests, Helm charts, and CI/CD pipelines.
  • Supports multi-node clusters and custom cluster configurations.
  • Compatible with standard Kubernetes tools such as kubectl and Helm.
  • Lightweight and fast setup suitable for local development and automation workflows.

kind Usage

$ sudo su
$ kind version              # Check kind version
$ kind create cluster       # Create a Kubernetes cluster
$ kubectl get nodes         # Verify cluster nodes
$ kind delete cluster       # Delete the cluster

Disclaimer: kind is an open-source Kubernetes tool maintained by the Kubernetes SIGs community. It is provided "as is," without any warranty, express or implied. Users are responsible for cluster configuration, container runtime setup, and Kubernetes security practices.