Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 570 Bytes

reliability.md

File metadata and controls

11 lines (10 loc) · 570 Bytes
title status category tags
Reliability
Completed
property
fundamental
property

From a cloud native perspective, reliability refers to how well a system responds to failures. If we have a distributed system that keeps working as infrastructure changes and individual components fail, it is reliable. On the other hand, if it fails easily and operators need to intervene manually to keep it running, it is unreliable. The goal of cloud native applications is to build inherently reliable systems.