Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 522 Bytes

self-healing.md

File metadata and controls

12 lines (11 loc) · 522 Bytes
title status category tags
Self Healing
Completed
property
infrastructure
property

A self-healing system is capable of recovering from certain types of failure without any human intervention. It has a "convergence" or "control" loop that actively looks at the system’s actual state and compares it to the state that the operators initially desired. If there is a difference (e.g., fewer application instances are running than desired), it will take corrective action (e.g., start new instances).