Kube9 Ecosystem β
Kube9 is a comprehensive Kubernetes management platform that combines intelligent automation with developer-first experiences. The ecosystem consists of multiple integrated components that work together seamlessly.
Components β
π₯οΈ VS Code Extension β
Proactive Kubernetes management in your IDE
The extension ships on the VS Code Marketplace as Kube9 β Kubernetes Cluster Manager. It connects to clusters using your kubeconfig, with richer views when the Kube9 Operator is present.
- Status: Available on Marketplace (actively maintained β open development on GitHub)
- License: Open Source & Free (MIT)
- Privacy: Routine cluster data stays local; optional VS Code / marketplace telemetry follows your IDE settingsβnever manifests, logs, kubeconfig paths, or API bodies in those payloads (see extension README)
Learn more about the VS Code Extension β
βοΈ Kube9 Operator β
In-cluster validation and monitoring
The Kube9 Operator runs inside your Kubernetes cluster, performs scheduled Well-Architected Framework validation, persists assessments and events in-cluster, and exposes operator status for connected Kube9 tools. The Helm chart does not configure remote product sign-in or API keys; it is open source and self-contained.
- Status: Open source (actively maintained)
- License: Open Source & Free
- Privacy: Data stays in your cluster; no chart-managed remote registration
Learn more about the Operator β
π€ Kube9 Desktop β
AI-powered Kubernetes IDE (freemium)
Kube9 Desktop is a cross-platform Electron application: Desktop Free is full cluster-focused IDE tooling; Desktop Pro adds an AI agent that can use historical context from kube9-operator. Pro is designed so hosted inference can be included with your subscription (no separate LLM provider account required by default); bring-your-own-provider (BYOK) remains available when your organization requires it.
- Status: Pre-release (shipping roadmapβsee product site)
- License: Freemium (Free + paid Pro / Enterprise tiers)
- AI (Pro): Agent + operator-backed context; hosted inference bundled with subscriptions where offered; BYOK remains optional when you route AI yourself
Learn more about Kube9 Desktop β
π Kube9 Portal β
Accounts, billing, and operator API keys
The web portal at app.kube9.io handles sign-in, Pro subscriptions, and API keys used to register in-cluster operators for Desktop Pro and hosted AI entitlements.
- Status: Production portal (actively maintained)
- License: Commercial (Free and Pro account tiers)
How They Work Together β
graph LR
vscode[Kube9 VS Code Extension] -->|reads status| operator[Kube9 Operator]
operator -->|runs in| cluster[Your Cluster]
vscode -->|direct access| cluster
desktop[Kube9 Desktop] -->|uses history from| operator
desktop -->|Pro sign-in| portal[Kube9 Portal]
portal -->|hosted AI| api[kube9-api]- Operator (optional): Runs in-cluster; assessments, events, Argo CD status collection, and status signaling
- VS Code Extension: Direct kubectl access; richer dashboards, assessments, and Argo CD graph when operator or Argo CD is present
- Desktop App: Standalone IDE; Pro uses portal auth and operator-backed history for AI
- Portal: Account management and operator registration for paid tiers
Key Features β
- β Cluster IDE workflows β Tree navigation, resources, Helm, events, logs, port-forwards, and more in VS Code; Desktop targets the same family of workflows standalone
- β Argo CD graph & GitOps β Application graph with sync/health badges, drift details, and sync/refresh from VS Code (and Argo CD manager in Desktop)
- β Well-Architected Framework - Comprehensive cluster validation
- β Multi-Cluster Management - Handle multiple clusters easily
- β Operator Status Signaling - Tier and health visibility for connected tools
- β Privacy-conscious - Cluster workloads stay in your cluster; the VS Code extension keeps routine cluster data local and limits optional telemetry to non-identifying product events (see extension docs)
- β Open source core β VS Code extension and operator are OSS; Desktop is commercial with a Free tier
Getting Started β
- Start with the VS Code Extension - Works immediately with any cluster
- Add the Operator (Optional) - For enhanced assessments and event tracking
Learn more about the VS Code Extension β
Links β
- GitHub - VS Code Extension
- GitHub - Operator
- Kube9 Desktop β Freemium desktop IDE; product and pricing updates on the Alto9 site
- Kube9 Portal β Accounts, billing, and operator API keys