You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+

19
+
9
20
## ✨ Features
10
21
11
22
-**Natural Language K8s**: Manage your clusters by simply chatting in Slack.
@@ -115,14 +126,6 @@ KubeAI Chatbot is built with safety as a priority:
115
126
-**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.
116
127
-**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.
Copy file name to clipboardExpand all lines: charts/kubeai-chatbot/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ image:
11
11
# This sets the pull policy for images.
12
12
pullPolicy: IfNotPresent
13
13
# Overrides the image tag whose default is the chart appVersion.
14
-
tag: "9cbf435"
14
+
tag: "0.1.0"
15
15
16
16
# 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/
0 commit comments