Jul 16, 2025 · 4 min read · In the past, most applications were built as monoliths. The biggest concern then was something like a power outage taking down the whole system. But modern applications have evolved today, most are built using microservices, running in complex enviro...
Join discussion
Dec 27, 2024 · 2 min read · Chaos engineering is a discipline that studies how these failures can occur and provides methodologies to help avoid them. By understanding the root cause of failures, chaos engineers can develop plans to prevent or mitigate them. In this article I w...
Join discussionJul 16, 2024 · 3 min read · This blog post guides you through a chaos engineering experiment on a Kubernetes-deployed application using Chaos Mesh. We will also monitor our application's performance using Prometheus and Grafana. Prerequisites Kubernetes cluster Helm installed...
Join discussion