eclipse-symphony / symphony

Symphony project
MIT License
34 stars 25 forks source link

Support multiple replica of symphony pods #272

Open RemindD opened 2 months ago

RemindD commented 2 months ago

A ReplicaSet is designed to keep a consistent number of pod replicas running at all times, which is essential for high availability (HA). We need to investigate any potential blockers that might prevent us from expanding the Symphony pods. Additionally, we should develop and execute a comprehensive test plan to ensure the scenario operates as expected.

RemindD commented 1 month ago
  1. use redis state provider to store important deployment status https://github.com/eclipse-symphony/symphony/pull/305
  2. let redis pubsub to support multiple symphony replica https://github.com/eclipse-symphony/symphony/pull/339