Kubernetes Chaos Engineering Tip
Chaos Engineering is an approach to test systems by inducing controlled chaos. The motivation is to harden your systems against random failures and monitor the reactions. Examples could be network outages or failed deployments.
Kubernetes Basics
Container orchestration is quickly becoming a defacto standard among tech firms. Systems we build have to scale up seamlessly and be highly available.