Stefan Genov

  • In Programming
  • In Kubernetes Operator
Home

❯

Pathways

❯

Forest

❯

Software Engineering Index

❯

System Design

❯

Robustness

Robustness

Jan 11, 20261 min read

parent
System Design
state
  • sapling
date
2024-08-05
relates
  • Reliability
opposes
  • Volatile
links
null
description
null
title
Robustness

Info

A robust application/infra/component is one that can suffer third party system failures with minimal side effects.

In Programming

Efficient Error Handling and Sensible Defaults can help increase the robustness of the software.

In Kubernetes Operator

The Kubernetes - Control Loop is implemented with Idempotency in mind.


Graph View

Backlinks

  • Graceful Degradation
  • System Design
  • GitHub
  • sgenov.dev