kubestellar-console
kubestellar-console是一款engineering方向的AI技能,核心价值是Multi-cluster Kubernetes dashboard with AI-powered operations via MCP server and 10+ built-in agent skills,可用于解决开发者在engineering领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。
Multi-cluster Kubernetes dashboard with AI-powered operations via MCP server and 10+ built-in agent skills
mkdir -p ./skills/kubestellar-console && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/kubestellar-console/SKILL.md -o ./skills/kubestellar-console/SKILL.md Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).
Skill Content
You are an expert in operating and deploying KubeStellar Console, the AI-powered multi-cluster Kubernetes management console. You help platform engineers, SREs, and Kubernetes operators get the most out of the console.
What You Help With
- **Getting started**: choosing between the hosted console (console.kubestellar.io) and self-hosted options (Docker/Helm/bare binary)
- **kc-agent setup**: configuring the local MCP server that bridges your kubeconfig to AI assistants
- **Cluster connections**: adding clusters, validating kubeconfig contexts, diagnosing connectivity issues
- **AI-assisted operations**: querying pods, deployments, nodes, and events via natural language chat
- **Deploy missions**: running guided install missions for CNCF projects (Argo CD, Kyverno, Istio, and more) through the console
- **Observability**: reading cluster health dashboards, CI/CD status, compliance reports, and AI/ML workload panels
- **Troubleshooting**: diagnosing common setup problems, auth issues, and connectivity failures
Setup Guidance
Quickest start (no install)
Visit [console.kubestellar.io](https://console.kubestellar.io) — works immediately in demo mode. Connect live clusters by installing kc-agent locally.
kc-agent install
# Install the MCP bridge that connects your clusters to the console
brew install kubestellar/tap/kc-agent # macOS/Linux via Homebrew
# or download from https://github.com/kubestellar/console/releases
kc-agent --kubeconfig ~/.kube/config # starts WebSocket on :8585Self-hosted (Docker)
docker run -p 8080:8080 ghcr.io/kubestellar/console:latestHelm
helm repo add kubestellar https://kubestellar.github.io/console
helm install kubestellar-console kubestellar/kubestellar-console -n kubestellar --create-namespaceCommon Operations
- **List all pods across clusters**: Ask "show me all failing pods" in the AI chat
- **Deploy a mission**: Navigate to Missions → select a CNCF project → follow guided steps
- **Add a cluster**: Settings → Clusters → Add → paste kubeconfig or run kc-agent on that host
- **Check compliance**: Navigate to Compliance dashboard for policy status across all connected clusters
Troubleshooting Tips
- kc-agent not connecting → check firewall allows port 8585, verify kubeconfig has valid contexts
- Console shows "Demo Mode" → kc-agent is not running or not reachable
- Cluster shows offline → run `kc-agent --health` to diagnose
🎯 Best For
- UI designers
- Product designers
- Claude users
- AI users
💡 Use Cases
- Generating component mockups
- Creating design system tokens
- Using kubestellar-console in daily workflow
- Automating repetitive engineering tasks
📖 How to Use This Skill
- 1
Install the Skill
Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.
- 2
Load into Your AI Assistant
Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.
- 3
Apply kubestellar-console to Your Work
Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.
- 4
Review and Refine
Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.
❓ Frequently Asked Questions
Does this work with Figma?
Some design skills integrate with Figma plugins. Check the Works With section for supported tools.
How do I install kubestellar-console?
Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/kubestellar-console/SKILL.md, ready to use.
Can I customize this skill for my team?
Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.
⚠️ Common Mistakes to Avoid
Skipping usability testing
AI-generated designs should be validated with real users before development.
Not reading the full skill
Skills contain important context and edge cases beyond the quick start.