Eagles-DevOps / MiniTwit

2 stars 1 forks source link

Scale MiniTwit to multiple nodes #221

Closed danielgron closed 1 month ago

danielgron commented 2 months ago

Epic:

We need to be able to run replicas of minitwit. Considerations:

Eliminate (Minimize) Single point of failure (both for infrastructure and application) Make sure Minitwit can run stateless #217 #216 #215 Implement health check (for rolling updates) Research / Decide on solution for scaling - What kind of Kubernetes do we want?