DevOps Concepts
Cem Sakarya
DevOps Risk Advisor
Observing inner components of software
Components might consist of:
Check they are working correctly.
Examples:
Many other software also require high reliability
Two main principles:
DevOps automates testing, and enforce observability.
Testing is used to detect the problems before they go to market.
DevOps ensures automated testing.
Observability is used to detect the problems as they happen in user interaction.
Observability is needed even when the software is tested enough.
DevOps Concepts