Skip to main content

30 posts tagged with "Chaos Mesh"

View All Tags

How Chaos Mesh Helps Apache APISIX Improve System Stability

· 6 min read
Shuyang Wu
Committer of Chaos Mesh

Chaos Mesh helps Apache APISIX improve system stability
Chaos Mesh helps Apache APISIX improve system stability

Apache APISIX is a cloud-native, high-performance, scaling microservices API gateway. It is one of the Apache Software Foundation's top-level projects and serves hundreds of companies around the world, processing their mission-critical traffic, including finance, the Internet, manufacturing, retail, and operators. Our customers include NASA, the European Union's digital factory, China Mobile, and Tencent.

How to efficiently stress test Pod memory

· 11 min read
Yinghao Wang
Contributor of Chaos Mesh

banner
banner

Chaos Mesh includes the StressChaos tool, which allows you to inject CPU and memory stress into your Pod. This tool can be very useful when you test or benchmark a CPU-sensitive or memory-sensitive program and want to know its behavior under pressure.

However, as we tested and used StressChaos, we found some issues with usability and performance. For example, why does StressChaos use far less memory than we configured? To correct these issues, we developed a new set of tests. In this article, I'll describe how we troubleshooted these issues and corrected them. This information will enable you to get the most out of StressChaos.

From a Newbie in Software Engineering to a Graduated LFX-Mentee

· 5 min read
Debabrata Panigrahi
LFX Mentee at Chaos Mesh

LFX Mentorship Experience
LFX Mentorship Experience

I’m a junior undergraduate majoring in Biomedical Engineering in the Department of Biotechnology and Medical Engineering at the National Institute of Technology Rourkela, India. For someone who started to code only because I was fascinated by it, it was all a journey of self-learning, filled with various adversities. But when I started with open-source contributions, it was all very beginner-friendly and I came across a lot of people who helped me learn the tech stack better.

Celebrating One Year of Chaos Mesh: Looking Back and Ahead

· 8 min read
Chaos Mesh Authors
All maintainers of Chaos Mesh

Celebrating One Year of Chaos Mesh: Looking Back and Ahead
Celebrating One Year of Chaos Mesh: Looking Back and Ahead

It’s been a year since Chaos Mesh was first open-sourced on GitHub. Chaos Mesh started out as a mere fault injection tool and is now heading towards the goal of building a chaos engineering ecology. Meanwhile, the Chaos Mesh community was also built from scratch and has helped Chaos Mesh join CNCF as a Sandbox project.

How to Simulate I/O Faults at Runtime

· 9 min read
Keao Yang
Maintainer of Chaos Mesh

Chaos Engineering - How to simulate I/O faults at runtime
Chaos Engineering - How to simulate I/O faults at runtime

In a production environment, filesystem faults might occur due to various incidents such as disk failures and administrator errors. As a Chaos Engineering platform, Chaos Mesh has supported simulating I/O faults in a filesystem ever since its early versions. By simply adding an IOChaos CustomResourceDefinition (CRD), we can watch how the filesystem fails and returns errors.