From 56d534044e2bc3fa1dea8ca9851e41f26c087fd1 Mon Sep 17 00:00:00 2001 From: Jayant <212013719+Jayant-kernel@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:53:56 +0530 Subject: [PATCH 1/2] docs: add console marketplace CTA Signed-off-by: Jayant <212013719+Jayant-kernel@users.noreply.github.com> --- README.md | 8 ++++++++ docs/README.md | 2 ++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 7a652a5ddf..40d1d41759 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,14 @@ The hosted demo is a self-contained showcase: it serves canned demo data and int > **Note**: `kc-agent` is **not** consumed by the hosted demo at [console.kubestellar.io](https://console.kubestellar.io). It bridges your **self-hosted** console (running at `localhost:8080`) to your kubeconfig contexts and to AI providers. If you want the convenience of the hosted UI plus your real cluster data, you currently have to run the console locally. +## Extend with the Marketplace + +KubeStellar Console can be extended with community dashboard content from the [console-marketplace](https://github.com/kubestellar/console-marketplace). The marketplace hosts dashboards, card presets, and themes for Kubernetes operations, AI/ML, security, GitOps, networking, and CNCF project integrations without adding custom code to the core console bundle. + +- Browse 150+ ready-made card templates and dashboard presets in [kubestellar/console-marketplace](https://github.com/kubestellar/console-marketplace) +- Share your own dashboard cards or presets through the marketplace repository +- Start from the [marketplace contribution guide](https://github.com/kubestellar/console-marketplace/blob/main/CONTRIBUTING.md) when adding new community content + ## Local install (self-host) The quickest path to a working console with your own data. `start.sh` downloads the pre-built console binary and a pre-built `kc-agent`, starts both, and opens [http://localhost:8080](http://localhost:8080): diff --git a/docs/README.md b/docs/README.md index 0d2e07a1fe..65e3ffc2d9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,6 +11,7 @@ This index covers the Markdown and YAML documentation files in `docs/` and group - [Deployment guide](deploy.md) — `deploy.sh` reference and deployment flags - [Troubleshooting](troubleshooting.md) — operational troubleshooting reference - [Release process](RELEASING.md) — release workflow and packaging notes +- [Console marketplace](https://github.com/kubestellar/console-marketplace) — community dashboards, card presets, and themes ## For developers @@ -67,5 +68,6 @@ This index covers the Markdown and YAML documentation files in `docs/` and group | [COMMUNITY.md](COMMUNITY.md) | Community channels, engagement guidance, and project participation information. | | [HOMEBREW.md](HOMEBREW.md) | Explains Homebrew support status for the console and kc-agent. | | [RELEASING.md](RELEASING.md) | Release-process reference for maintainers packaging and publishing releases. | +| [console-marketplace](https://github.com/kubestellar/console-marketplace) | Community contribution hub for dashboard exports, card presets, and themes. | | [cncf-insights/2026-05-27.md](cncf-insights/2026-05-27.md) | Snapshot report of CNCF landscape intelligence from 2026-05-27. | | [security/SELF-ASSESSMENT.md](security/SELF-ASSESSMENT.md) | Project security self-assessment and related review notes. | From b1b0e71568b9b3b87fca4075571986e0c3363675 Mon Sep 17 00:00:00 2001 From: Jayant <212013719+Jayant-kernel@users.noreply.github.com> Date: Sat, 20 Jun 2026 10:05:31 +0530 Subject: [PATCH 2/2] docs: address marketplace CTA review Signed-off-by: Jayant <212013719+Jayant-kernel@users.noreply.github.com> --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40d1d41759..51d9e0dfc0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The hosted demo is a self-contained showcase: it serves canned demo data and int KubeStellar Console can be extended with community dashboard content from the [console-marketplace](https://github.com/kubestellar/console-marketplace). The marketplace hosts dashboards, card presets, and themes for Kubernetes operations, AI/ML, security, GitOps, networking, and CNCF project integrations without adding custom code to the core console bundle. -- Browse 150+ ready-made card templates and dashboard presets in [kubestellar/console-marketplace](https://github.com/kubestellar/console-marketplace) +- Browse community dashboards, card presets, and themes in [kubestellar/console-marketplace](https://github.com/kubestellar/console-marketplace) - Share your own dashboard cards or presets through the marketplace repository - Start from the [marketplace contribution guide](https://github.com/kubestellar/console-marketplace/blob/main/CONTRIBUTING.md) when adding new community content diff --git a/docs/README.md b/docs/README.md index 65e3ffc2d9..4b7f895a7b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -68,6 +68,6 @@ This index covers the Markdown and YAML documentation files in `docs/` and group | [COMMUNITY.md](COMMUNITY.md) | Community channels, engagement guidance, and project participation information. | | [HOMEBREW.md](HOMEBREW.md) | Explains Homebrew support status for the console and kc-agent. | | [RELEASING.md](RELEASING.md) | Release-process reference for maintainers packaging and publishing releases. | -| [console-marketplace](https://github.com/kubestellar/console-marketplace) | Community contribution hub for dashboard exports, card presets, and themes. | | [cncf-insights/2026-05-27.md](cncf-insights/2026-05-27.md) | Snapshot report of CNCF landscape intelligence from 2026-05-27. | +| [console-marketplace](https://github.com/kubestellar/console-marketplace) | Community contribution hub for dashboard exports, card presets, and themes. | | [security/SELF-ASSESSMENT.md](security/SELF-ASSESSMENT.md) | Project security self-assessment and related review notes. |