Skip to content
All Skills

Install the MCP bridge that connects your clusters to the console

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.

Agent Orchestration|v1|Updated 5/18/2026|GitHub source
MCP get_skill({ skillId: "install-the-mcp-bridge-that-connects-your-clusters-to-the-console-7aec35d6" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
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
```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
#github-copilot#awesome-copilot#external#license-mit#kubestellar#consolegithubfilesystem-access

Related Skills

More skills in Agent Orchestration

1. Product type search — what design patterns fit this product?

Design UI/UX systems with style guides, palettes, typography, and component specs for new interfaces

#github#broad-capabilityMIT

Acp Router

Route plain-language requests for Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.

#broad-capability#browserMIT

Add New Safe Output Type

Adding a New Safe Output Type to GitHub Agentic Workflows

#github#broad-capabilityMIT

Agent Governance

Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)

#github-copilot#agentMIT

Agentic Development

Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)

#claude-bootstrap#bootstrapMIT

Agentic Workflows

Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.

#broad-capability#agentic-workflowsMIT