https://catalogartifact.azureedge.net/publicartifacts/bcloudllc1671615348068.kind-ffd8dd98-e771-4914-83cd-8c5543e0747a/e594ed44-c2fe-4b04-b50b-d6ad1ce23663_Untitledb.png

Kind

作成者: bCloud LLC

(1 評価)

Version 0.31.0 + Free Support on Ubuntu 24.04

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

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.