DevOps & Infra
KubeStellar Console - Claude MCP Skill
Kubernetes operations expert for KubeStellar Console — helps you set up the console, configure kc-agent (MCP server), connect clusters, deploy workloads, and query live Kubernetes data via AI chat.
SEO Guide: Enhance your AI agent with the KubeStellar Console tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to kubernetes operations expert for kubestellar console — helps you set up the console, configure kc-ag... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.mdYou 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 ```bash # 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 :8585 ``` ### Self-hosted (Docker) ```bash docker run -p 8080:8080 ghcr.io/kubestellar/console:latest ``` ### Helm ```bash helm repo add kubestellar https://kubestellar.github.io/console helm install kubestellar-console kubestellar/kubestellar-console -n kubestellar --create-namespace ``` ## Common 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
Signals
Information
- Repository
- github/awesome-copilot
- Author
- github
- Last Sync
- 9/5/2026
- Repo Updated
- 9/5/2026
- Created
- 4/30/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
cursorrules
CrewAI Development Rules
CLAUDE
CLAUDE.md - Resume Matcher
sparc
Execute SPARC methodology workflows with Claude-Flow
mem0-test-integration
Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate and says "verify", "test the integration", "run /mem0-test-integration", or when a .mem0-integration/ directory exists and tests have not been run yet on the current branch. DO NOT TRIGGER when: the user wants to run general project tests (defer to the repo's native test command), or when no prior /mem0-integrate run exists in the current branch (ask them to run /mem0-integrate first). This skill ONLY catches compile and runtime bugs by design. Logical integration errors — wrong data stored, wrong time retrieved, wrong user scoping — are on the human reviewer.
Related Guides
Building Full-Stack Applications with Claude: The Node.js MongoDB JWT Express React Skill Guide
Learn how to use the nodejs mongodb jwt express react Claude skill. Complete guide with installation instructions and examples.
Complete Guide to the Node.js MongoDB Claude Skill: Supercharge Your Full-Stack Development
Learn how to use the nodejs mongodb Claude skill. Complete guide with installation instructions and examples.
Mastering Modern Web Development with the Medusa Claude Skill
Learn how to use the medusa Claude skill. Complete guide with installation instructions and examples.