Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support team based notifications based on deployments #2

Open
nabadger opened this issue May 15, 2019 · 0 comments
Open

Support team based notifications based on deployments #2

nabadger opened this issue May 15, 2019 · 0 comments

Comments

@nabadger
Copy link

nabadger commented May 15, 2019

Typically we have sites that are owned by teams, and those teams have their own flowdock (or slack) channels.

We already have notifications (alertmanager) sent (routed) to specific teams based on labels on the Deployment, for example:

labels:
 app.kubernetes.io/owner: cluster-ops

These should probably be annotations instead ;)

It would be nice to have kube-lookout be able to notify different slack channels based on such annotations.

It's probably risky to have slack tokens inside the deployment as an annotation, so it could be that kube-lookout keeps a configuration (a map) of owners to slack channel tokens (or flowdock etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant