๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

DevOps Advanced

What is Chaos Engineering?

The discipline of deliberately introducing failures into a system to test its resilience and identify weaknesses before they cause outages.

Chaos engineering, pioneered by Netflix with Chaos Monkey, proactively tests system resilience. Experiments include killing servers, injecting network latency, filling disks, and simulating region failures. The goal is finding weaknesses before they cause real outages.

Principles include defining steady state, hypothesizing what will happen, running experiments in production, and minimizing blast radius. Tools include Chaos Monkey, Gremlin, and Litmus. Start small and gradually increase experiment scope.

Related Terms

GitFlow
A branching model for Git that defines a strict workflow with feature, develop, release, hotfix, and main branches.
API Gateway
A server that acts as the single entry point for API requests, handling routing, authentication, rate limiting, and monitoring.
Log Aggregation
The process of collecting, centralizing, and indexing log data from multiple sources for unified search and analysis.
Observability
The ability to understand a system's internal state from its external outputs through metrics, logs, and traces.
Artifact
A packaged, versioned output of a build process โ€” such as a Docker image, JAR file, or compiled binary โ€” ready for deployment.
Docker Volume
A mechanism for persisting data generated by Docker containers, surviving container restarts and removals.
View All DevOps Terms โ†’