k8s-kind

Manage local Kubernetes clusters with kind for development and testing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/spigell/my-agents --skill k8s-kind-spigell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-kind
Source: https://github.com/spigell/my-agents/tree/main/agents/shared/src/tools/ask_kubernetes_expert/skills/k8s-kind
Command: npx skills add https://github.com/spigell/my-agents --skill k8s-kind-spigell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

kind (Kubernetes in Docker) skill helps you create, configure, and manage local Kubernetes clusters for development and testing without provisioning real infrastructure.

Core Features & Use Cases

  • Cluster Lifecycle Management: Detect, create, list, inspect, and delete local kind clusters to reproduce environments reliably.
  • Config & Runtime Operations: Generate and validate kind configuration, obtain kubeconfig, set it for use, and export logs for debugging.
  • Local Image Workflow: Load Docker images and archives into clusters, optionally using a local registry, enabling faster iteration on apps and CI-like tests.

Quick Start

Use the k8s-kind skill to create a local cluster named dev-cluster and load your images into it for immediate testing.

Frequently Asked Questions about k8s-kind

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a local Kubernetes cluster for development?

Load Docker images and archives directly into your kind nodes to enable faster iteration on applications. You can optionally integrate a local registry to streamline image loading workflows during development.

How do I load Docker images into a kind cluster?

Load Docker images and archives directly into your kind nodes to enable faster iteration on applications. You can optionally integrate a local registry to streamline image loading workflows during development.

Do I need the kind CLI to manage local Kubernetes clusters?

The Skill exports diagnostics and logs from your local Kubernetes cluster for debugging. You can also generate and validate kind configs, and retrieve the kubeconfig to set it for immediate use with your local environment.

Can I use kind to test multi-node Kubernetes configurations locally?

kind allows you to inspect and delete local clusters, retrieve and validate kubeconfig settings, and export logs to troubleshoot local Kubernetes environments effectively.

What is the best way to debug a local Kubernetes cluster?

The best way to debug a local Kubernetes cluster is to export diagnostics and logs using kind. This helps troubleshoot cluster issues and validate configurations for repeatable development environments.