Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rastogiji/slack-publisher
This repository contains code for a Kubernetes Controller written in Golang which will send a slack Message if a Kubernetes Deployement has container which does not specify Resource Requests or Limits
https://github.com/rastogiji/slack-publisher
Last synced: about 2 months ago
JSON representation
This repository contains code for a Kubernetes Controller written in Golang which will send a slack Message if a Kubernetes Deployement has container which does not specify Resource Requests or Limits
- Host: GitHub
- URL: https://github.com/rastogiji/slack-publisher
- Owner: rastogiji
- Created: 2023-12-09T22:19:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-10T10:17:46.000Z (about 1 year ago)
- Last Synced: 2024-04-18T04:15:34.473Z (9 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Publisher
This is Kubernetes Controller which keeps a watch on the *Deployment* objects on the cluster and if any deployment has a container that doesn't have resource requests and limits, it sends a Slack alert.Environment Variables needed:
- TOKEN
- CHANNEL