Niels Buitblog.nielsb.net·Oct 3, 2024Getting Started with Chaos Engineering on AzureChaos Engineering as a discipline within Site Reliability Engineering has been around for quite a few years. It was eventually adopted on a cloud-scale by Netflix, who used their infamous Chaos Monkey tool to put the resiliency features of production...Discuss·35 readsAzure Reliability EngineeringAzure
Amit Sidesamitsides.hashnode.dev·Sep 14, 2024DevOps Complexity Philosophy: Pragmatism and Skepticism - 2025 Challenges ForecastLike all fields and disciplines, DevOps, as a discipline is divided into theory and practice. The practice (or pragmatics) should lead us to a Production-ready environment, that is, a code running on production cloud or on-premise with underlying net...Discuss·170 readsDevops
Denishdenish.hashnode.dev·Jul 16, 2024Introduction to Chaos Engineering with Litmus Chaos"Strength emerges from the heart of chaos." — Unknown Think about a pilot—these professionals must log at least 1,500 hours of flight experience before flying a commercial plane. Even after earning their license, they spend countless hours in simula...Discuss#SiteReliabilityEngineering
sandeepreddy mareddyforwhat-the-devopswhatthedevops.hashnode.dev·Jul 16, 2024Chaos Engineering Experiment with Kubernetes and Chaos MeshThis 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...Discusschaos mesh
Saiteja Amarvajsaiteja1912.hashnode.dev·Jul 6, 2024Chaos Engineering: Building Resilient Systems Through Controlled ExperimentsIn the world of DevOps, we're always looking for ways to make our systems more reliable. But how do we test for the unexpected? Enter Chaos Engineering – a practice that's changing how we approach system resilience. What is Chaos Engineering? At its ...DiscussChaos Engineering
Rakesh Vardanrakeshvardan.com·May 20, 2024Chaos Engineering: A Comparative Review and Analysis of ToolsIntroduction: Chaos Engineering has emerged as a critical discipline in the world of software development, helping teams build more resilient and robust systems. Several tools have been developed to facilitate chaos engineering practices. This articl...Discuss·5 likes·52 readsSystemResiliency
yeshan333shansan.hashnode.dev·May 19, 2024Chaos (fault) testing method for etcd and MongoDBRecently, I have been doing chaos (fault) tests on the robustness of some self-built database driver/client base libraries to verify and understand the fault handling mechanism and recovery time of the business. It mainly involves the two basic comp...DiscussArticles1Week
Rakesh Vardanrakeshvardan.com·Apr 16, 2024Chaos Engineering: Embracing Chaos to Build Resilient SystemsIntroduction In today's rapidly evolving digital landscape, where systems are becoming increasingly complex and interconnected, ensuring the reliability and resilience of software applications is more critical than ever. In this quest for robustness,...Discuss·60 readsChaos EngineeringSystemResiliency
Harsh Bardhan MishraforLocalStackhashnode.localstack.cloud·Apr 11, 2024Simulating outages for local cloud apps with LocalStackLocalStack's core cloud emulator provides the capability to emulate various AWS services, including Lambda, DynamoDB, ECS, and more, directly on your local machine. One notable feature of LocalStack is its support for advanced disaster recovery testi...Discuss·172 readslocalstack
Ambuz Ranjanambuzrnjn33.hashnode.dev·Mar 31, 2024Exploring Chaos Engineering: The Path to System Resilience in DevOpsIntroduction to Chaos Engineering In today's digital age, where services and applications underpin nearly every aspect of our lives, the resilience of systems against failures isn't just desirable—it's absolutely critical. This imperative leads us to...Discuss·49 readsDevops