Skip to content

Commit 02239aa

Browse files
authored
Update README.md
1 parent b3bd93c commit 02239aa

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
@@ -71,10 +71,12 @@ We track each simulation run with high precision to monitor convergence and phys
7171
---
7272

7373
**Resilient Infrastructure & Orchestration**
74+
7475
The project is designed to handle high-performance GPR simulations that can be resource-intensive. To ensure zero downtime and handle potential container failures, we leverage orchestration principles.
7576
<br>
7677
**Self-Healing & Auto-Scaling (The K8s Strategy)**
77-
**Self-Healing**: If a Docker container crashes due to a resource-intensive simulation (OOM or Segfault), the ReplicaSet immediately detects the failure and spins up a healthy pod to maintain the desired state (e.g., 10 active pods).
78+
**Self-Healing**: If a Docker container crashes due to a resource-intensive simulation (OOM or Segfault), the ReplicaSet immediately detects the failure and spins up a healthy pod to maintain the desired state.
79+
<br>
7880
**Dynamic Scaling**: To optimize the "100 Parallel Pads" Roadmap, the system can use a Horizontal Pod Autoscaler (HPA). When the CPU/Memory load increases during massive physics computations, it can automatically scale the cluster from 10 replicas to 100 replicas in real-time.
7981
<br>
8082
<img width="1335" height="154" alt="image" src="https://github.com/user-attachments/assets/9e4ebe60-5aad-4570-ba02-eb04b4522b0f" />

0 commit comments

Comments
 (0)