DEV Community

Cover image for Using Helm Install Botkube Integrate With Slack On EKS
🚀 Vu Dao 🚀
🚀 Vu Dao 🚀

Posted on

6 2

Using Helm Install Botkube Integrate With Slack On EKS

botkube.io
Github repo
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
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

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

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay