mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-05-11 09:34:43 +00:00
Giving Kubernetes Superpowers to everyone
|
||
---|---|---|
.github/workflows | ||
cmd | ||
images | ||
pkg | ||
.gitignore | ||
.goreleaser.yaml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
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.