Kubernetes Monitoring on Slack
Just an Learning Documentation
Slack Configuration
https://my.slack.com/services/new/bot
Create a new BOT, then copy API TOKEN
/invite @BOT_NAME
Installation
helm repo add bitnami https://charts.bitnami.com/bitnami
helm show values bitnami/kubewatch > ~/kubewatch.yaml
nano ~/kubewatch.yaml
slack:
enabled: true
channel: "your_channel_slack_name"
token: "your_API_BOT_token"
- Change to
true
if you want to Monitor anything.
- Need to remember you must change
RBAC CREATE to TRUE
rbac:
create: true
helm install my-kubewatch bitnami/kubewatch --values ~/kubewatch.yaml