Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Remove backticks from names
Lorenz Leutgeb committed 1 month ago
commit 9b10b1db86843e7a67ad3a998dda8734093cee21
parent 61ce12cfb113c7111ab09bc6ba652d2bff018918
1 file changed +1 -1
modified simulation/README.md
@@ -2,7 +2,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).
+
- **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.
- **Timoni** & **CUE**: The configuration engine. Instead of writing YAML, we use CUE files to define network topologies. Timoni translates these into Kubernetes instructions.
- **Cargo test**: The test runner. Write tests in Rust that will execute over the provisioned networks.