ChaosBlade: A Tool for Large-Scale Kubernetes Fault Injection

ChaosBlade: A Tool for Large-Scale Kubernetes Fault Injection

Author | Ye Fei Source | Alibaba Middleware Team 1 ChaosBlade With the development of cloud-native technologies, the consistency, reliability, and flexible orchestration capabilities of cloud-native applications have led most enterprises to choose to migrate their applications to the cloud. However, the cloud infrastructure faces significant challenges in terms of stability and observability. ChaosBlade is … Read more

A Brief Introduction to Chaosblade Fault Injection Platform

A Brief Introduction to Chaosblade Fault Injection Platform

Click the above to follow us! In today’s society, internet applications are becoming more widespread, with an increasing number of users. As people’s dependence on internet services grows, their expectations for service availability and user experience have also risen. So how can we ensure that services consistently provide stable, uninterrupted, and reliable service during operation? … Read more

Practical Implementation of Chaosblade-based Fault Injection Platform

Practical Implementation of Chaosblade-based Fault Injection Platform

1. Background In today’s society, internet applications are becoming increasingly widespread, with a growing number of users. As people’s reliance on internet services increases, so do their expectations for service availability and experience. So how can we ensure that services consistently provide users with stable, uninterrupted, and reliable service during operation? For instance, if a … Read more

Xiaomi’s Practice of Fault Injection Platform Based on Chaosblade

Xiaomi's Practice of Fault Injection Platform Based on Chaosblade

Source: Xiaomi Technology Author: Li Qianming – Big Data SRE Currently, domestic practices are more inclined towards fault testing, which involves conducting fault injection experiments in specific scenarios and verifying whether expectations are met. This type of testing has relatively controllable risks, but the downside is that it does not explore more scenarios through fault … Read more

Exploring Fault Injection in Chaos Engineering

Exploring Fault Injection in Chaos Engineering

Authors | Ye Fei, Qiong Gu Introduction: Do you think chaos engineering is far from you? But the moment a failure occurs is not chosen by you, but rather that moment chooses you. All you can do is prepare for it. Chaos engineering has been applied internally at Alibaba for many years, and the open-source … Read more

Middleware in Embedded Linux – ZeroMQ

Middleware in Embedded Linux - ZeroMQ

cppzmq is an open-source C++ library based on ZeroMQ, used for building distributed and concurrent applications. It provides a simple interface for communicating with ZeroMQ message queues. This article will introduce the basic concepts, common patterns, and example code of cppzmq. Basic Concepts 1. ZeroMQ: ZeroMQ is a lightweight messaging library that allows applications to … Read more

The Easiest Way to Set Up a Zookeeper Server

The Easiest Way to Set Up a Zookeeper Server

The Path of a Programmer Internet/Programmer/Technology/Resource Sharing Follow It takes about 11 minutes to read this article. Source:Programmer Without Learning Countless, Link: jianshu.com/p/6d349acf48aa What is ZooKeeper ZooKeeper is an Apache top-level project that provides efficient and highly available distributed coordination services for distributed applications. It offers basic distributed services such as data publishing/subscription, load balancing, … Read more

Analysis of Embedded System Software Architecture

Analysis of Embedded System Software Architecture

Analysis of HarmonyOS Architecture The overall structure of HarmonyOS adopts a layered design, from bottom to top: Kernel Layer: Multi-core, selecting the appropriate OS kernel for different resource-constrained devices, masking multi-core differences. System Service Layer: Core capabilities, providing services to application layer programs through the framework layer. Application Framework Layer: Multi-language framework Application Layer: System … Read more