# Kind

> Manage Kind (Kubernetes in Docker) clusters for local Kagenti development and testing. Use when this capability is needed.

- Skill: `tomevault-io/kind` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/kind`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/kind/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/kind

---


# Kind Skills

Skills for managing Kind clusters for local development.

## Available Sub-Skills

| Skill | Description |
|-------|-------------|
| `kind:cluster` | Create, destroy, and manage Kind clusters |

## Quick Start

```bash
# 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

```bash
# 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:
- Kagenti UI: http://kagenti-ui.localtest.me:8080
- Keycloak: http://keycloak.localtest.me:8080
- Phoenix: http://phoenix.localtest.me:8080
- Kiali: http://kiali.localtest.me:8080

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kagenti) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

