Skip to main content

Command Palette

Search for a command to run...

Using Helm Install Botkube Integrate With Slack On EKS

Published
โ€ข1 min read
Using Helm Install Botkube Integrate With Slack On EKS
V

๐Ÿš€ AWSome Devops | AWS Community Builder | AWS SA || โ˜๏ธ CloudOpz โ˜๏ธ

botkube.io [Github repo] (https://github.com/infracloudio/botkube) Alt Text

1. Install botkube

helm install --version v0.11.0 --name botkube --namespace botkube \
  --set communications.slack.enabled=true \
  --set communications.slack.channel=botkube-channel \
  --set communications.slack.token=xoxb-123456 \
  --set config.settings.clustername=prod-us-east-1 \
  --set config.settings.allowkubectl=true \
  --set image.repository=infracloudio/botkube \
  --set image.tag=v0.11.0 \
  infracloudio/botkube

2. Check the pod with namespace botkube

kubectl get pod -n botkube 
NAME                       READY   STATUS    RESTARTS   AGE
botkube-6b46496f87-xmjk8   1/1     Running   0          45h

3. Use slack to interact with botkube

  • It requires to add BotKube into app of slack workspace Alt Text

  • Get pod through slack Alt Text

More from this blog

V

Vu Dao

102 posts

๐Ÿš€ AWSome Devops | AWS Community Builder | AWS SA || โ˜๏ธ SimflexCloud โ˜๏ธ