An open API service indexing awesome lists of open source software.

https://github.com/hexedpackets/butters

Chaos tooling for Kubernetes
https://github.com/hexedpackets/butters

Last synced: 8 months ago
JSON representation

Chaos tooling for Kubernetes

Awesome Lists containing this project

README

          

# Butters

Tooling for doing chaos engineering on a kubernetes cluster. Inspired by [blockade](https://github.com/worstcase/blockade/)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `butters` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:butters, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/butters](https://hexdocs.pm/butters).

## TODOS

- [x] Partition off individual kubelets from the master
- [ ] Bombard the kubernetes-api with requests
- [ ] Force resource exhaustion on an individual node
- [ ] Disconnect a node from the network for some time period and reconnect it
- [ ] Kill a node and monitor what happens to its workloads
- [x] slow/flaky network connections between master and nodes
- [ ] add anti-affinity for pod tags to avoid hurting sensitive applications