Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brendandburns/kubesanity
- Owner: brendandburns
- License: mit
- Created: 2018-01-26T22:40:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T19:48:59.000Z (almost 7 years ago)
- Last Synced: 2024-08-08T23:23:06.223Z (6 months ago)
- Topics: devops-tools, kubernetes, testing
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 84
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.