Guided NATS install mission in KubeStellar Console #7986
Replies: 1 comment
-
|
Following up on this — we just got back from KubeCon EU where the guided install missions got a lot of traction, especially for projects with Helm-based installs like NATS. A couple of things we'd be happy to do if there's interest:
Happy to hold off on both if the timing isn't right — just wanted to put it out there. The mission definition is fully open source at install-nats.json and PRs to improve it are always welcome. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We built a guided install mission for NATS inside KubeStellar Console, a standalone Kubernetes dashboard (unrelated to legacy kubestellar/kubestellar, kubeflex, or OCM — zero shared code).
What the mission does
The mission runs against your live cluster via kubeconfig. Each step:
helm install/kubectl applywith flags explained. Copy-paste or run directly from the consolehelm uninstall/kubectl deleteto undoWorks as read-only documentation too — no cluster connection required to browse.
Architecture
graph LR A["KubeStellar Console"] --> B["30+ Dashboards<br/>150+ Monitoring Cards"] A --> M["Marketplace<br/>(console-marketplace)"] A --> D["AI Mission Explorer"] D --> E["console-kb"] E --> F["190+ Install Missions<br/>800+ Solution Missions"] A --> C["AI Recommendations"] A --> H["kc-agent → Codex, Copilot,<br/>Claude CLI, Kube API, MCP"] click A href "https://console.kubestellar.io?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=nats" _blank click M href "https://github.com/kubestellar/console-marketplace?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=nats" _blank click E href "https://github.com/kubestellar/console-kb/blob/master/solutions/cncf-install/install-nats.json?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=nats" _blank click F href "https://console.kubestellar.io/missions/install-nats?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=nats" _blank click H href "https://github.com/kubestellar/console/tree/main/cmd/kc-agent?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=nats" _blankInstall
Local (connects to your current kubeconfig context):
curl -sSL https://raw.githubusercontent.com/kubestellar/console/main/start.sh | bashWith GitHub OAuth:
Deploy into a cluster:
curl -sSL https://raw.githubusercontent.com/kubestellar/console/main/deploy.sh | bashMission definitions are open source — PRs to improve the NATS mission welcome at install-nats.json. Feel free to close if not relevant.
Beta Was this translation helpful? Give feedback.
All reactions