March 2021
Intermediate to advanced
424 pages
12h 5m
English
Kubernetes has taken the deployment world by storm. If you’re reading this online, chances are that this text is sent to you from a Kubernetes cluster. It’s so significant that it gets its own part in the book!
Chapter 10 introduces Kubernetes, where it came from, and what it can do for you. If you’re not familiar with Kubernetes, this introduction should give you enough information to benefit from the following two chapters. It also covers setting two chaos experiments (crashing and network latency) manually.
Chapter 11 speeds things up a notch by introducing you to some higher-level tools (PowerfulSeal) that let you implement sophisticated chaos engineering experiments with simple YAML files. We also ...