Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Pods are not containers
Lorenz Leutgeb committed 1 month ago
commit b993d3ded2e4f9b2d963cf1d1e9a01bc9df4a3fc
parent 092b35b9abfafcc763a3dc6c845c37c3d7c3aaf6
1 file changed +1 -1
modified simulation/README.md
@@ -4,7 +4,7 @@ A suite of tools to create simulated Radicle networks to run tests in:

- **Talos**: A lightweight, immutable Linux operating system built specifically to run Kubernetes.
  It can run locally on your machine (via QEMU or Docker) or as a baremetal OS (amongst other deploy options).
-
- **Kubernetes (K8s)**: The orchestrator that runs the Radicle nodes in isolated pods (containers) and manages their networking and storage.
+
- **Kubernetes (K8s)**: The orchestrator that runs the Radicle nodes in isolated pods and manages their networking and storage.
- **Timoni** & **CUE**: The configuration engine.
  Instead of writing YAML, we use CUE files to define network topologies.
  Timoni translates these into Kubernetes instructions.