Skip to content
forked from kubeshop/botkube

App that helps you monitor your Kubernetes cluster, debug critical deployments & gives recommendations for standard practices

License

Notifications You must be signed in to change notification settings

codenio/botkube

This branch is 484 commits behind kubeshop/botkube:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 1, 2022
Jul 27, 2020
Jul 1, 2022
Jun 13, 2022
Jul 1, 2022
Jul 1, 2022
Jul 1, 2022
Jul 4, 2022
Jul 1, 2022
Oct 5, 2020
May 20, 2022
Jun 28, 2022
Jul 1, 2022
May 31, 2022
Dec 13, 2021
Dec 13, 2021
Mar 1, 2019
Jun 6, 2022
Apr 27, 2020
Jul 1, 2022
Oct 6, 2021
Jan 24, 2019
Sep 24, 2020
Jul 2, 2021
Jun 29, 2022
Jun 29, 2022
Jun 28, 2022
Jun 9, 2022
Apr 24, 2021

Repository files navigation

BotKube

CI Go Report Card BotKube website GoDoc Release Version License Slack

For complete documentation visit www.botkube.io

BotKube integration with Slack, Mattermost or Microsoft Teams helps you monitor your Kubernetes cluster, debug critical deployments and gives recommendations for standard practices by running checks on the Kubernetes resources. You can also ask BotKube to execute kubectl commands on k8s cluster which helps debugging an application or cluster.

Getting started

Please follow this for a complete BotKube installation guide.

Architecture

  • Informer Controller: Registers informers to kube-apiserver to watch events on the configured k8s resources. It forwards the incoming k8s event to the Event Manager.
  • Event Manager: Extracts required fields from k8s event object and creates a new BotKube event struct. It passes BotKube event struct to the Filter Engine.
  • Filter Engine: Takes the k8s object and BotKube event struct and runs Filters on them. Each filter runs some validations on the k8s object and modifies the messages in the BotKube event struct if required.
  • Event Notifier: Finally, notifier sends BotKube event over the configured communication channel.
  • Bot Interface: Bot interface takes care of authenticating and managing connections with communication mediums like Slack, Mattermost, Microsoft Teams and reads/sends messages from/to them.
  • Executor: Executes BotKube or kubectl command and sends back the result to the Bot interface.

Visit www.botkube.io for Configuration, Usage and Examples.

Licence

This project is currently licensed under the MIT License.

About

App that helps you monitor your Kubernetes cluster, debug critical deployments & gives recommendations for standard practices

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.6%
  • Shell 3.8%
  • Other 2.6%