Manage Kind (Kubernetes in Docker) clusters for local Rossoctl development and testing.
Scanned 9/20/2026
Install to Claude Code
npx -y skills add rossoctl/rossoctl --skill kind --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kind?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rossoctl-kind)More formats (shields.io, HTML) on the badges page.
---
name: kind
description: Manage Kind (Kubernetes in Docker) clusters for local Rossoctl development and testing.
---
# 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:
- 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!