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

https://github.com/topfreegames/resources-check

Check if controllers on Kubernetes have limit and requests setted
https://github.com/topfreegames/resources-check

Last synced: 7 months ago
JSON representation

Check if controllers on Kubernetes have limit and requests setted

Awesome Lists containing this project

README

          

Resources Check
=================

Ensure every Deployment, Statefulset and Daemonset on Kubernetes has request and limits set

# Description

This project can run on Kubernetes itself.

At every specified interval, it runs through every Deployment, Statefulset and Daemonset on the cluster.

If a not ignored controller doesn't have limits and/or request specified, an event is sent to one or more monitoring services (by default, it is implemented to send to Datadog).

# Development

`make start`

# Test

`make test`