Skip to content

Commit 2e6cfae

Browse files
committed
Add why section
Signed-off-by: Siri Chongasamethaworn <siri@omise.co>
1 parent 6db27ad commit 2e6cfae

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ A powerful Slack chatbot for Kubernetes cluster management, powered by AI. It al
66
![License](https://img.shields.io/badge/License-Apache%202.0-D22128?style=flat)
77
![Platform](https://img.shields.io/badge/Platform-Slack-4A154B?style=flat&logo=slack)
88

9+
## 💡 Why use KubeAI?
10+
11+
In many organizations, DevOps teams often become a bottleneck for developers who need to understand why their services aren't deploying correctly or why pods are crashing. Even when engineering teams have cluster access, the steep learning curve of Kubernetes can be daunting.
12+
13+
KubeAI Chatbot addresses these pain points by:
14+
- **Empowering Developers**: Acting as an "on-demand DevOps partner" in Slack, helping teams troubleshoot and learn Kubernetes in real-time.
15+
- **Reducing DevOps Fatigue**: Handling routine status checks and diagnostic questions, allowing DevOps engineers to focus on higher-value infrastructure work.
16+
- **Bridging the Knowledge Gap**: Translating complex Kubernetes states into understandable natural language and actionable insights.
17+
18+
![2](docs/screenshot_2.png)
19+
920
## ✨ Features
1021

1122
- **Natural Language K8s**: Manage your clusters by simply chatting in Slack.
@@ -115,14 +126,6 @@ KubeAI Chatbot is built with safety as a priority:
115126
- **Confirmation Flow**: By default, `AUTOMATIC_MODIFY_RESOURCES` is set to `false`. The bot will generate resource-modifying commands but will not execute them, instead providing the command for you to run manually.
116127
- **Use Secret Manager**: Although KubeAI Chatbot is built with secret requests denied, it is strongly recommended to use a secret manager to store sensitive information such as API keys, tokens, and other credentials. [piggy](https://github.com/KongZ/piggy) supports AWS Secret Manager and provides highly secure encapsulation without leaving any trace of the secret in Kubernetes.
117128

118-
## 📸 Screenshots
119-
120-
| | |
121-
| :-------------------------: | :-------------------------: |
122-
| ![1](docs/screenshot_1.png) | ![2](docs/screenshot_2.png) |
123-
| ![3](docs/screenshot_3.png) | ![4](docs/screenshot_4.png) |
124-
| ![5](docs/screenshot_5.png) | |
125-
126129
## 📜 Credits & Licensing
127130

128131
This project is a derivative work based on [kubectl-ai](https://github.com/GoogleCloudPlatform/kubectl-ai), originally developed by Google LLC.

charts/kubeai-chatbot/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# This sets the pull policy for images.
1212
pullPolicy: IfNotPresent
1313
# Overrides the image tag whose default is the chart appVersion.
14-
tag: "9cbf435"
14+
tag: "0.1.0"
1515

1616
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
1717
imagePullSecrets: []

0 commit comments

Comments
 (0)