Zum Inhalt springen

#devops

2 approved public terms with this tag.

Observability

/əbˌzɜːrvəˈbɪlɪti/noun
Technology

Automatischer Uebersetzungsentwurf (German) for "Observability": The ability to understand the internal state of a system from its external outputs — logs, metrics, and traces. A highly observable system lets engineers diagnose production issues, understand performance bottlenecks, and predict failures without needing to redeploy or add new instrumentation.

Beispielentwurf: Poor observability meant it took hours to find the root cause of the outage.

CI/CD

/siː aɪ siː diː/noun
Technology

Automatischer Uebersetzungsentwurf (German) for "CI/CD": Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and deploying code changes. CI automatically validates every commit; CD deploys validated code to production frequently and reliably without manual intervention.

Beispielentwurf: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.