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
Alex Jones 35c8deee8b
Merge pull request from k8sgpt-ai/feature/optimisation-caching
feat: adding performance optimisation through local caching
2023-03-22 11:53:12 +00:00
.github chore: add pull request template 2023-03-22 10:58:17 +01:00
cmd merged main 2023-03-22 09:38:45 +00:00
images adding performance optimisation through local caching 2023-03-22 11:19:26 +00:00
pkg adding performance optimisation through local caching 2023-03-22 11:19:26 +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
CONTRIBUTING.md Rename CONTRIBUTING to CONTRIBUTING.md 2023-03-21 22:05:01 +00:00
go.mod fix(deps): update module github.com/sashabaranov/go-openai to v1.5.5 2023-03-22 07:26:55 +00:00
go.sum fix(deps): update module github.com/sashabaranov/go-openai to v1.5.5 2023-03-22 07:26:55 +00:00
LICENSE Update LICENSE 2023-03-21 22:01:53 +00:00
main.go chore: change module repo 2023-03-22 07:40:21 +01:00
README.md adding performance optimisation through local caching 2023-03-22 11:19:26 +00:00
renovate.json chore: add initial renovate config 2023-03-22 07:44:38 +01: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

# Ensure KUBECONFIG env is set to an active Kubernetes cluster
k8sgpt auth key <Your OpenAI key>

k8sgpt find problems --explain

What about kubectl-ai?

The the kubectl-ai project uses AI to create manifests and apply them to the cluster. It is not what we are trying to do here, it is focusing on writing YAML manifests.

K8sgpt is focused on triaging and diagnosing issues in your cluster. It is a tool for SRE, Platform & DevOps engineers to help them understand what is going on in their cluster. Cutting through the noise of logs and multiple tools to find the root cause of an issue.

Configuration

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

Community