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
- Host: GitHub
- URL: https://github.com/topfreegames/resources-check
- Owner: topfreegames
- License: apache-2.0
- Created: 2018-02-19T16:59:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T19:18:36.000Z (over 7 years ago)
- Last Synced: 2024-06-20T06:36:47.283Z (over 1 year ago)
- Language: Go
- Size: 39.1 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`