๐ŸŽ 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

Docker
A platform for building, shipping, and running applications in lightweight, isolated containers.
Infrastructure Drift
The divergence between the actual state of infrastructure and its defined desired state, caused by manual changes or untracked modifications.
Ansible
An agentless automation tool for configuration management, application deployment, and task automation using YAML playbooks.
Rolling Update
A deployment strategy that gradually replaces old application instances with new ones, maintaining availability throughout.
Container Registry
A storage and distribution service for container images, similar to a package repository but for Docker images.
GitHub Actions
A CI/CD platform integrated into GitHub that automates build, test, and deployment workflows using YAML configuration.
View All DevOps Terms โ†’