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.
CI/CD Pipeline
Continuous integration and continuous delivery (CICD) are essential to fast delivery of software. Getting ramped up can be quite cumbersome. This post aims at providing a jump start.
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.