🏗️ INFRASTRUCTURE
Fondation bare-metal
The bare-metal foundation: immutable OS, container runtime, and cluster orchestration.
TOPOLOGIE DU CLUSTER
Control Plane (3 nodes — HA with Raft consensus) ├── controlplane-100 192.168.0.100 Ready ├── controlplane-101 192.168.0.101 Ready └── controlplane-102 192.168.0.102 Ready Worker Nodes (2 nodes — workload execution) ├── worker-103 192.168.0.103 Ready └── worker-104 192.168.0.104 Ready OS: Talos Linux v1.12.2 (immutable, API-managed, no SSH) Runtime: containerd Kubernetes: v1.34.1 API: https://k8s.edgeprime.io:6443
Composants principaux
Talos Linux
productionMinimal, immutable Linux distribution designed specifically for Kubernetes. No SSH, no shell — managed entirely through API.
Rôle : Node operating system for all 6 cluster nodes (3 control plane, 2 Talos workers, 1 DGX Spark)
containerd
productionIndustry-standard container runtime with low overhead and broad compatibility.
Rôle : Container runtime on all nodes
Kubernetes
productionProduction-grade container orchestration system for automating deployment, scaling, and management.
Rôle : Core orchestration platform running v1.34.1