1
0
mirror of https://github.com/k8sgpt-ai/k8sgpt.git synced 2025-05-11 09:34:43 +00:00
Giving Kubernetes Superpowers to everyone
Go to file
AlexsJones 880c1e9e42 updated workflow
Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
2023-03-21 20:11:28 +00:00
.github/workflows updated workflow 2023-03-21 20:11:28 +00:00
cmd adding workflow 2023-03-21 20:09:18 +00:00
images updated copy on readme 2023-03-21 19:58:32 +00:00
pkg adding workflow 2023-03-21 20:09:18 +00:00
.gitignore adding workflow 2023-03-21 20:09:18 +00:00
.goreleaser.yaml adding workflow 2023-03-21 20:09:18 +00:00
go.mod adding workflow 2023-03-21 20:09:18 +00:00
go.sum updated copy on readme 2023-03-21 19:58:32 +00:00
LICENSE first 2023-03-21 11:56:05 +00:00
main.go first 2023-03-21 11:56:05 +00:00
README.md adding workflow 2023-03-21 20:09:18 +00:00

k8sgpt

AI Powered Kubernetes debugging for SRE, Platform and DevOps teams.

What is k8sgpt?

k8sgpt is a tool for scanning your kubernetes clusters, diagnosing and triaging issues in simple english. It reduces the mystery of kubernetes and makes it easy to understand what is going on in your cluster.

Usage

k8sgpt auth key <Your OpenAI key>

k8sgpt find problems --explain

Configuration

k8sgpt stores config data in ~/.k8sgpt the data is stored in plain text, including your OpenAI key.