Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brendandburns/kubesanity

KubeSanity a sanity checking framework for Kubernetes
https://github.com/brendandburns/kubesanity

devops-tools kubernetes testing

Last synced: 2 months ago
JSON representation

KubeSanity a sanity checking framework for Kubernetes

Awesome Lists containing this project

README

        

## KubeSanity

_Trust, but verify_

A sanity checker for Kubernetes.

It runs across a cluster and performs some basic (really basic for now) sanity checking assertions.

### Usage

```sh
docker run -v ${HOME}/.kube:/root/.kube:ro brendanburns/kubesanity:0.1.0
```

### Current Assertions
* Pod IP Duplication: Validates no two pods have the same IP
* Service IP Duplication: Validates no two services have the same IP

### Contributing

Please do. New assertions should be easy to add, they all should implement the assertion
contract. See the existing assertions for examples.

### License
Distributed under the [MIT](https://opensource.org/licenses/MIT) License.