nurkiewicz / nurkiewicz.com

https://nurkiewicz.com
10 stars 6 forks source link

#20: Chaos engineering | Around IT In 256 Seconds By Tomasz Nurkiewicz #14

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

20: Chaos engineering | Around IT In 256 Seconds By Tomasz Nurkiewicz

We tend to focus on testing happy paths and expected edge cases. But how do you make sure that your system can survive minor infrastructure and network failures, as well as application bugs? Especially in microservice or serverless environment, where there are tons of moving parts. I’ve seen too many times systems that fail miserably because some minor dependency was malfunctioning. For example you have a tiny service that displays a small social widget on your website. When that service is down, the rest of the website should work. But without proper care and testing you may end up with global HTTP 503 failure. Code reviews and unit tests are fine, but the ultimate test is… turning off that service on production. And maki

https://256.nurkiewicz.com/20