We built a guided install mission for Score inside KubeStellar Console , a standalone Kubernetes dashboard (unrelated to legacy kubestellar/kubestellar, kubeflex, or OCM — zero shared code).
Open the Score install mission
What the mission does
The mission walks through installing the score-k8s CLI and using it to generate Kubernetes manifests from Score workload specs. Each step:
Pre-flight — checks prerequisites (kubectl, Homebrew/Go/wget for CLI install)
Commands — shows install via Homebrew, Go, or binary download, then score-k8s init, score-k8s generate, and kubectl apply
Validation — after each step, queries the cluster to verify success (deployment status, pod phase)
Troubleshooting — on failure, reads pod logs, events, and resource status from your cluster and suggests fixes (spec validation errors, PATH issues)
Rollback — each step includes the corresponding cleanup commands
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=score" _blank
click M href "https://github.com/kubestellar/console-marketplace?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=score" _blank
click E href "https://github.com/kubestellar/console-kb/blob/master/fixes/cncf-install/install-score.json?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=score" _blank
click F href "https://console.kubestellar.io/missions/install-score?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=score" _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=score" _blank
Loading
console-kb — YAML-based knowledge base defining each mission's steps, commands, and validation checks (Score installer definition )
console-marketplace — community-contributed monitoring cards per CNCF project (github.com/kubestellar/console-marketplace )
kc-agent — bridges coding agents (Codex, Copilot, Claude CLI) to Kube API and MCP servers (kubestellar-ops, kubestellar-deploy) for automated cluster operations
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 Score mission welcome at install-score.json . Feel free to close if not relevant.
We built a guided install mission for Score inside KubeStellar Console, a standalone Kubernetes dashboard (unrelated to legacy kubestellar/kubestellar, kubeflex, or OCM — zero shared code).
What the mission does
The mission walks through installing the score-k8s CLI and using it to generate Kubernetes manifests from Score workload specs. Each step:
score-k8s init,score-k8s generate, andkubectl applyWorks 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=score" _blank click M href "https://github.com/kubestellar/console-marketplace?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=score" _blank click E href "https://github.com/kubestellar/console-kb/blob/master/fixes/cncf-install/install-score.json?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=score" _blank click F href "https://console.kubestellar.io/missions/install-score?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=score" _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=score" _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 Score mission welcome at install-score.json. Feel free to close if not relevant.