We built a guided install mission for Devfile inside KubeStellar Console , a standalone Kubernetes dashboard (unrelated to legacy kubestellar/kubestellar, kubeflex, or OCM — zero shared code).
Open the Devfile install mission
What the mission does
The mission runs against your live cluster via kubeconfig. Each step:
Pre-flight — checks prerequisites (>=1.24, Ensure you have a Kubernetes cluster running and kubectl installed and configured to interact with it.)
Commands — shows the exact helm install / kubectl apply with flags explained. Copy-paste or run directly from the console
Validation — after each step, queries the cluster to verify success (pod phase, CRD registration, service endpoints)
Troubleshooting — on failure, reads pod logs, events, and resource status from your cluster and suggests fixes
Rollback — each step includes the corresponding helm uninstall / kubectl delete to undo
Works 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["186 Install Missions<br/>67 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=devfile" _blank
click M href "https://github.com/kubestellar/console-marketplace?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=devfile" _blank
click E href "https://github.com/kubestellar/console-kb/blob/master/fixes/cncf-install/install-devfile.json?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=devfile" _blank
click F href "https://console.kubestellar.io/missions/install-devfile?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=devfile" _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=devfile" _blank
Loading
Install
Local (connects to your current kubeconfig context):
curl -sSL https://raw.githubusercontent.com/kubestellar/console/main/start.sh | bash
With GitHub OAuth:
export GITHUB_CLIENT_ID=< your-client-id>
export GITHUB_CLIENT_SECRET=< your-client-secret>
curl -sSL https://raw.githubusercontent.com/kubestellar/console/main/start.sh | bash
Deploy into a cluster:
curl -sSL https://raw.githubusercontent.com/kubestellar/console/main/deploy.sh | bash
Mission definitions are open source — PRs to improve the Devfile mission welcome at install-devfile.json . Feel free to close if not relevant.
We built a guided install mission for Devfile 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["186 Install Missions<br/>67 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=devfile" _blank click M href "https://github.com/kubestellar/console-marketplace?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=devfile" _blank click E href "https://github.com/kubestellar/console-kb/blob/master/fixes/cncf-install/install-devfile.json?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=devfile" _blank click F href "https://console.kubestellar.io/missions/install-devfile?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=devfile" _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=devfile" _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 Devfile mission welcome at install-devfile.json. Feel free to close if not relevant.