Skip to content

Commit 49c1d78

Browse files
cevhericlaude
andcommitted
feat: expand Kubernetes category with researched platforms
After researching the 9 platforms suggested, added 5 to the Kubernetes & orchestration category (all planned): - KubeSphere (OSS, ~17k stars) — Kubernetes platform with app store - k0rdent (OSS, ~630 stars) — Mirantis multi-cluster management - Platform9 — SaaS-managed Kubernetes with Helm catalog - Mirantis Kubernetes Engine — enterprise Kubernetes (ex-Docker EE) - Giant Swarm — curated managed Kubernetes platform Excluded as category mismatches: OKDP (a data-engineering stack — Spark/ Airflow/Trino, not an app deploy target) and Wodby (CMS/PHP-first hosting). Northflank and Qovery already exist as managed-paas (correct, unchanged). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent eec9807 commit 49c1d78

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

src/data/deploy-targets.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,19 @@ export const deployTargets: DeployTarget[] = [
101101
{ name: 'Kubero', slug: 'kubero', category: 'kubernetes', status: 'planned',
102102
url: 'https://www.kubero.dev', github: 'kubero-dev/kubero',
103103
blurb: 'Heroku-like PaaS on Kubernetes' },
104+
{ name: 'KubeSphere', slug: 'kubesphere', category: 'kubernetes', status: 'planned',
105+
url: 'https://kubesphere.io', github: 'kubesphere/kubesphere',
106+
blurb: 'Open-source Kubernetes platform with app store' },
107+
{ name: 'k0rdent', slug: 'k0rdent', category: 'kubernetes', status: 'planned',
108+
url: 'https://k0rdent.io', github: 'k0rdent/k0rdent',
109+
blurb: 'Multi-cluster management for platform engineering' },
110+
{ name: 'Platform9', slug: 'platform9', category: 'kubernetes', status: 'planned',
111+
url: 'https://platform9.com', blurb: 'SaaS-managed Kubernetes with a Helm catalog' },
112+
{ name: 'Mirantis Kubernetes Engine', slug: 'mke', category: 'kubernetes', status: 'planned',
113+
url: 'https://www.mirantis.com/software/mirantis-kubernetes-engine/',
114+
blurb: 'Enterprise Kubernetes engine (ex-Docker EE)' },
115+
{ name: 'Giant Swarm', slug: 'giantswarm', category: 'kubernetes', status: 'planned',
116+
url: 'https://www.giantswarm.io', blurb: 'Curated managed Kubernetes platform' },
104117

105118
// ④ Managed / commercial PaaS — no stars
106119
{ name: 'Railway', slug: 'railway', category: 'managed-paas', status: 'official',

src/lib/github-stars.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export const FALLBACK_STARS: Record<string, number> = {
1717
'rancher/rancher': 26000,
1818
'okd-project/okd': 2100,
1919
'kubernetes/kubernetes': 123000,
20+
'kubesphere/kubesphere': 17000,
21+
'k0rdent/k0rdent': 630,
2022
'appwrite/appwrite': 56000,
2123
'nhost/nhost': 9200,
2224
'azukaar/Cosmos-Server': 6000,

0 commit comments

Comments
 (0)