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
- Host: GitHub
- URL: https://github.com/hexedpackets/butters
- Owner: hexedpackets
- License: apache-2.0
- Created: 2018-10-22T14:44:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T19:27:03.000Z (over 7 years ago)
- Last Synced: 2025-01-21T11:44:59.209Z (over 1 year ago)
- Language: Elixir
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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