Skip to content

Commit d431062

Browse files
committed
add note about multi-zone simulation feature
Signed-off-by: see-quick <maros.orsak159@gmail.com>
1 parent c578777 commit d431062

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Inspired by [StrimKKhaos](https://github.com/see-quick/StrimKKhaos).
1010
- **Docker & Podman** support
1111
- **IPv4/IPv6/dual-stack** networking
1212
- **Local container registry** for development
13+
- **Multi-zone simulation** with standard topology labels
1314
- **Cloud-provider-kind** for LoadBalancer support
1415

1516
## Installation
@@ -78,7 +79,8 @@ cd kind-script
7879

7980
## Multi-Zone Simulation
8081

81-
Simulate Kubernetes availability zones by distributing nodes across zones with standard topology labels.
82+
Simulate Kubernetes availability zones by distributing nodes across zones with standard topology labels.
83+
This is useful for testing zone-aware workload placement, topology spread constraints, and rack-aware replication (e.g., Strimzi Kafka `rack.id`).
8284

8385
```bash
8486
# 3 zones, 1 worker per zone (3 CPs + 3 workers = 6 nodes)

0 commit comments

Comments
 (0)