dev.kind-setup

Create a Kind Kubernetes cluster and install cert-manager with readiness validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lburgazzoli/claude-plugins --skill dev-kind-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev.kind-setup
Source: https://github.com/lburgazzoli/claude-plugins/tree/main/skills/dev.kind-setup
Command: npx skills add https://github.com/lburgazzoli/claude-plugins --skill dev-kind-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a repeatable, local Kubernetes environment by provisioning a Kind cluster with the latest cert-manager installed, enabling developers to test Kubernetes-native tools and workflows without external infrastructure.

Core Features & Use Cases

  • One-command Kind cluster creation with an optional custom name
  • Automated installation of the latest cert-manager and readiness verification
  • Suited for development and testing workflows requiring isolated, ephemeral clusters

Quick Start

Create a Kind cluster (optionally named via input) and install the latest cert-manager, then verify readiness.

Frequently Asked Questions about dev.kind-setup

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

FAQPage Schema
How do I set up a local Kubernetes cluster with cert-manager using Kind?

Setting up a local Kubernetes cluster with cert-manager involves provisioning a Kind cluster and installing the latest cert-manager manifests. This Skill automates that process, validates cluster and cert-manager readiness, and supports an optional custom cluster name for isolated testing.

Can I specify a custom name when creating a Kind cluster for testing?

Yes, specifying a custom name when creating a Kind cluster is supported. The Skill accepts an optional cluster name as input during setup, allowing you to provision repeatable, isolated, and ephemeral testing environments tailored to your development workflow.

Do I need kubectl installed to use Kind for local environment setup?

Yes, kubectl is required for local environment setup. The Skill requires both Kind and kubectl installed locally, along with internet access to fetch cert-manager manifests, to successfully provision the cluster and enable automatic certificate management.

What is the best way to test Kubernetes-native tools without external infrastructure?

Using a local Kind cluster is the best way to test Kubernetes-native tools without external infrastructure. This Skill provisions an isolated, ephemeral environment with cert-manager installed, enabling you to validate workflows and automatic certificate management locally.

Does Kind work with cert-manager for automatic certificate management in development?

Kind works seamlessly with cert-manager for automatic certificate management in development. This Skill installs the latest cert-manager into a local Kind cluster and verifies readiness, making it suited for testing workflows requiring quick, isolated clusters with automated certificates.