Awesome-omni-skill kind

Manage Kind (Kubernetes in Docker) clusters for local Kagenti development and testing.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/devops/kind" ~/.claude/skills/diegosouzapw-awesome-omni-skill-kind && rm -rf "$T"
manifest: skills/devops/kind/SKILL.md
source content

Kind Skills

Skills for managing Kind clusters for local development.

Available Sub-Skills

SkillDescription
kind:cluster
Create, destroy, and manage Kind clusters

Quick Start

# Create cluster
./.github/scripts/kind/create-cluster.sh

# Deploy platform
./.github/scripts/kind/deploy-platform.sh

# Run E2E tests
./.github/scripts/kind/run-e2e-tests.sh

# Access UI
./.github/scripts/kind/access-ui.sh

Full Test Workflow

# Full test: create -> deploy -> test
./.github/scripts/local-setup/kind-full-test.sh

Prerequisites

  • Docker Desktop/Rancher Desktop (12GB RAM, 4 cores)
  • Kind:
    brew install kind
  • kubectl, helm

Access URLs

After deployment: