Agent skill
kind
Manage Kind (Kubernetes in Docker) clusters for local Kagenti development and testing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/kind
SKILL.md
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
# 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:
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?