Nikolaos CHASANISnikolaoschasanis.com·Dec 1, 2024🏗️ Pelorio Architecture 📐Project management is essentially a hard topic, a definition of actual project management is not consisted of one skill like Code design or code quality (vague concept btw) but multiple skills that one should have. Most outages in the global world we...Architecturearchitecture
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...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...180 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...#SiteReliabilityEngineering
sandeepreddy mareddywhatthedevops.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...chaos 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 ...Chaos 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...5 likes·53 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...Articles1Week
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,...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...215 readslocalstack