Guided Dex install mission in KubeStellar Console #4657
clubanderson
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We built a guided install mission for Dex 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=dex" _blank click M href "https://github.com/kubestellar/console-marketplace?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=dex" _blank click E href "https://github.com/kubestellar/console-kb/blob/master/solutions/cncf-install/install-dex.json?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=dex" _blank click F href "https://console.kubestellar.io/missions/install-dex?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=dex" _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=dex" _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 Dex mission welcome at install-dex.json. Feel free to close if not relevant.
Beta Was this translation helpful? Give feedback.
All reactions