Kind Skills
SkillCloud & infraManage Kind (Kubernetes in Docker) clusters for local Rossoctl development and testing.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Kind Skills skill
What this skill tells your AI
The instructions your AI receives, as published by rossoctl/rossoctl in .claude/skills/kind/SKILL.md and read by ahel’s review.
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:
- Rossoctl UI: http://rossoctl-ui.localtest.me:8080
- Keycloak: http://keycloak.localtest.me:8080
- Phoenix: http://phoenix.localtest.me:8080
- Kiali: http://kiali.localtest.me:8080
Signals
- GitHub stars
- 301
- Forks
- 107
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
kind- Source
- github.com/rossoctl/rossoctl