Adding content to 103-reliability-patterns

content/system-design
syedmouaazfarrukh 2 years ago
parent 471e2c00dd
commit bb98cbfe7f
  1. 9
      src/roadmaps/system-design/content/118-cloud-design-patterns/103-reliability-patterns/index.md

@ -1 +1,8 @@
# Reliability patterns
# Reliability Patterns
Reliability patterns in system design are solutions to common problems that arise when building systems that need to be highly available and fault-tolerant. These patterns provide a way to design and implement systems that can withstand failures, maintain high levels of performance, and recover quickly from disruptions. Some common reliability patterns include Failover, Circuit Breaker, Retry, Bulkhead, Backpressure, Cache-Aside, Idempotent Operations and Health Endpoint Monitoring.
Learn more from the following links:
- [Reliability Patterns: A Survey](http://laccei.org/LACCEI2019-MontegoBay/full_papers/FP53.pdf)
- [Get started with Reliability Patterns](https://learn.microsoft.com/en-us/azure/architecture/framework/resiliency/reliability-patterns)
Loading…
Cancel
Save