Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Chaos testing, network emulation, and stress testing tool for containers
| Date | Stars |
|---|---|
| 2026-07-24 | 3090 |
| 2026-07-25 | 3091 |
| 2026-07-28 | 3091 |
| 2026-07-30 | 3091 |
| 2026-08-06 | 3091 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
5.0
growth rate 0.00%/day
<p align="center">
<img src="docs/img/pumba_logo.png" alt="Pumba" width="300">
<br>
<strong>Chaos testing tool for Docker, containerd, and Podman</strong>
</p>
<p align="center">
<a href="https://github.com/alexei-led/pumba/releases"><img src="https://img.shields.io/github/v/release/alexei-led/pumba" alt="GitHub Release"></a>
<a href="https://github.com/alexei-led/pumba/actions/workflows/release.yaml"><img src="https://github.com/alexei-led/pumba/actions/workflows/release.yaml/badge.svg" alt="Release"></a>
<a href="https://github.com/alexei-led/pumba/actions/workflows/build.yaml"><img src="https://github.com/alexei-led/pumba/actions/workflows/build.yaml/badge.svg" alt="Build and Test"></a>
<a href="https://goreportcard.com/report/github.com/alexei-led/pumba"><img src="https://goreportcard.com/badge/github.com/alexei-led/pumba" alt="Go Report Card"></a>
<a href="https://codecov.io/gh/alexei-led/pumba"><img src="https://codecov.io/gh/alexei-led/pumba/branch/master/graph/badge.svg" alt="Codecov"></a>
<a href="https://github.com/alexei-led/pumba/blob/master/LICENSE"><img src="https://img.shields.io/github/license/alexei-led/pumba" alt="License"></a>
</p>
<p align="center">
<a href="#quick-start">Quick Start</a> ·
<a href="docs/guide.md">User Guide</a> ·
<a href="docs/network-chaos.md">Network Chaos</a> ·
<a href="docs/deployment.md">Deployment</a> ·
<a href="CONTRIBUTING.md">Contributing</a>
</p>
---
Pumba is a chaos testing and network emulation tool for Docker, containerd, and Podman containers. Inspired by [Netflix Chaos Monkey](https://netflix.github.io/chaosmonkey/), Pumba brings chaos engineering to the container level — kill, stop, pause, and remove containers, inject network delays and packet loss, or stress-test container resources.
## How It Works
```mermaid
graph LR
A[Pumba CLI] -->|Docker API / containerd API / Podman compat API| B[Container Runtime]
B -->|List & Filter| C[Target Containers]
A -->|kill / stop / pause / rm| C
A -->|netem / iptables| D[Helper Container / Direct Exec]
D -->|Shares network namespace| C
D -->|Runs tc / iptables| E[Network Chaos]
```
### Supported runtimes
| Runtime | Socket (default) | netem / iptables / stress | Notes |
| ---------- | ----------------------------------- | --------------------------------------------- | --------------------------------------------------------------------------------------------- |
| Docker | `/var/run/docker.sock` | Works as root or with socket access | Default runtime. |
| containerd | `/run/containerd/containerd.sock` | Requires root (overlayfs mounts for sidecar) | Namespaces: `k8s.io` (Kubernetes), `moby` (Docker-managed), `default` (pure containerd). |
| Podman | `/run/podman/podman.sock` (rootful) | Requires **rootful** Podman (fails fast else) | Uses Podman's Docker-compat API; on macOS pumba runs **inside `podman machine`** (see below). |
### Supported platforms
Pumba targets **Linux containers** — every chaos action depends on Linux primitives (netns, cgroups v2, iptables, tc qdiscs, container runtime sockets). Released binaries:
| OS | amd64 | arm64 | Notes |
| ------- | :---: | :---: | -------------------------------------------------------------------------------------------------------------- |
| Linux | ✅ | ✅ | Primary target. Run pumba on the same kernel as the targeted containers. |
| macOS | ✅ | ✅ | Developer ergonomics only. Use it to drive a remote Docker/Podman/containerd VM (e.g. Colima, podman machine). |
| Windows | ❌ | ❌ | **Not supported and not planned.** See Excerpt of 11,862 characters
Read on GitHubAlexei Ledenev · DoIT International · Israel
447
Sławomir Nowak
18
10
5
Michael Grosser · Zendesk.com · United States
5
Laura Spang
4
4
Effi
4
Shay Tsadok
4
3
3
2
Will Miller · @relaytech-co · United Kingdom
2
2
The Gitter Badger · Gitter
1
Alex Soto · IBM · Spain
1
Karl Cardenas · @spectrocloud
1
1
dong
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9d28f69a4e9e1271, topic:kubernetes
matched fp:9d28f69a4e9e1271, topic:testing