Kubernetes Local Development with KIND

SkillCloud & infra

Set up and manage local Kubernetes clusters using KIND (Kubernetes IN Docker). Use when testing Kubernetes applications locally or developing cloud-native workloads.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Kubernetes Local Development with KIND skill

What this skill tells your AI

The instructions your AI receives, as published by openhands/extensions in skills/kubernetes/SKILL.md and read by ahel’s review.

KIND Installation and Setup

KIND (Kubernetes IN Docker) is a tool for running local Kubernetes clusters using Docker containers as nodes. It's designed for testing Kubernetes applications locally.

IMPORTANT: Before you proceed with installation, make sure you have docker installed locally. Windows PowerShell equivalents for installing KIND and kubectl are in references/windows.md.

Installation

To install KIND on a Debian/Ubuntu system:

# Download KIND binary
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.22.0/kind-linux-amd64
# Make it executable
chmod +x ./kind
# Move to a directory in your PATH
sudo mv ./kind /usr/local/bin/

To install kubectl:

# Download kubectl
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
# Make it executable
chmod +x kubectl
# Move to a directory in your PATH
sudo mv ./kubectl /usr/local/bin/

Creating a Cluster

Create a basic KIND cluster:

kind create cluster

Signals

GitHub stars
143
Forks
83
Last commit
Sep 2026

ahel review

  • S4info
    community integration — published by openhands, not kubernetes

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
kubernetes-openhands
Source
github.com/openhands/extensions