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
Copy file name to clipboardExpand all lines: src/pages/architecture.astro
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ const layers = [
23
23
alternatives: 'MAAS (Canonical, not fully open), Tinkerbell (CNCF Sandbox, lighter weight). Metal3 wins for deep Cluster API integration.',
24
24
},
25
25
{
26
-
name: 'Flatcar Linux',
27
-
url: 'https://www.flatcar.org',
28
-
badge: 'CNCF Sandbox',
29
-
role: 'Immutable container OS',
30
-
why: 'Flatcar is an immutable, auto-updating Linux distribution designed for containers. No package manager, no drift — the OS is a known-good image that updates atomically. This eliminates entire classes of "works on my machine" problems and makes rollbacks trivial.',
31
-
alternatives: 'Talos Linux (more opinionated, K8s-only), Bottlerocket (AWS-originated). Flatcar is the most flexible and has the strongest CNCF community.',
26
+
name: 'Ubuntu 24.04 LTS',
27
+
url: 'https://ubuntu.com/server',
28
+
badge: 'Open Source',
29
+
role: 'Base operating system',
30
+
why: 'Ubuntu 24.04 LTS provides a stable, well-supported base OS with broad hardware compatibility and long-term security updates. Combined with cloud-init for automated provisioning, it delivers reliable node bootstrapping across bare metal and VM environments. The extensive ecosystem, driver support, and familiarity make operational tasks straightforward.',
31
+
alternatives: 'Flatcar Linux (immutable, less flexible), Talos Linux (K8s-only, more opinionated), Bottlerocket (AWS-originated). Ubuntu offers the broadest hardware and driver support with the largest operational knowledge base.',
32
32
},
33
33
{
34
34
name: 'Cluster API',
@@ -143,7 +143,7 @@ const layers = [
143
143
url: 'https://prometheus.io',
144
144
badge: 'CNCF Graduated',
145
145
role: 'Metrics collection',
146
-
why: 'Prometheus scrapes metrics from every component in the stack — kubelet, Cilium, kcp, operators, and application workloads. It\'s the universal metrics standard in the Kubernetes ecosystem. Every project in this stack exposes Prometheus metrics natively, making it the obvious choice for platform-level monitoring.',
146
+
why: 'Prometheus scrapes metrics from every component in the stack — kubelet, Kube-OVN, kcp, operators, and application workloads. It\'s the universal metrics standard in the Kubernetes ecosystem. Every project in this stack exposes Prometheus metrics natively, making it the obvious choice for platform-level monitoring.',
147
147
alternatives: 'Datadog (SaaS, expensive at scale), InfluxDB (less ecosystem integration). Prometheus is the CNCF standard and has the deepest Kubernetes integration.',
0 commit comments