5c40418b56
##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug fix Pull Request ##### SUMMARY <!--- Describe the change, including rationale and design decisions --> The software notifies on the channel if you are using the updated version of BotKube or not. To do this, use the BOTKUBE_VERSION variable which is set up with the `.Chart.Version` value which does not necessarily correspond to the version of the software running on the cluster. The actual version of the software that runs is the one that comes from `.Values.image.tag`. <img width="616" alt="Screenshot 2021-05-11 at 09 51 39" src="https://user-images.githubusercontent.com/36044817/117780091-96588700-b23f-11eb-984c-b6555b1f3629.png"> |
||
---|---|---|
.github | ||
branding/logos | ||
build | ||
cmd/botkube | ||
design | ||
hack | ||
helm/botkube | ||
pkg | ||
test | ||
.codespell-whitelist | ||
.gitignore | ||
.mergify.yml | ||
.release | ||
botkube_arch.jpg | ||
botkube-title.jpg | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
comm_config.yaml | ||
CONTRIBUTING.md | ||
deploy-all-in-one-tls.yaml | ||
deploy-all-in-one.yaml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md | ||
resource_config.yaml |
BotKube
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.
Hacktoberfest 2020
BotKube is participating in Hacktoberfest 2020. We are giving some really cool swags to our contributors, learn more at - https://www.infracloud.io/blogs/infracloud-joins-hacktoberfest-2020/.
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.