You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We built a guided install mission for Ratify inside KubeStellar Console, a standalone Kubernetes dashboard (unrelated to legacy kubestellar/kubestellar, kubeflex, or OCM — zero shared code).
Commands — deploys Gatekeeper + Ratify + constraints in one shot via helmfile sync referencing your helmfile.yaml at v1.4.0, deploying to gatekeeper-system
Validation — verifies pods are running, then tests with signed (notary-image:signed) and unsigned (notary-image:unsigned) images to confirm admission enforcement
Troubleshooting — on failure, reads pod logs, events, and resource status from your cluster and suggests fixes
Rollback — includes helmfile destroy to clean up
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=ratify" _blank
click M href "https://github.com/kubestellar/console-marketplace?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=ratify" _blank
click E href "https://github.com/kubestellar/console-kb/blob/master/fixes/cncf-install/install-ratify.json?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=ratify" _blank
click F href "https://console.kubestellar.io/missions/install-ratify?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=ratify" _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=ratify" _blank
Loading
console-kb — YAML-based knowledge base defining each mission's steps, commands, and validation checks (Ratify installer definition)
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):
We built a guided install mission for Ratify 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:
helmfile syncreferencing your helmfile.yaml at v1.4.0, deploying togatekeeper-systemnotary-image:signed) and unsigned (notary-image:unsigned) images to confirm admission enforcementhelmfile destroyto clean upWorks 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=ratify" _blank click M href "https://github.com/kubestellar/console-marketplace?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=ratify" _blank click E href "https://github.com/kubestellar/console-kb/blob/master/fixes/cncf-install/install-ratify.json?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=ratify" _blank click F href "https://console.kubestellar.io/missions/install-ratify?utm_source=github&utm_medium=issue&utm_campaign=cncf_outreach&utm_term=ratify" _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=ratify" _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 Ratify mission welcome at install-ratify.json. Feel free to close if not relevant.