From 05abe975dd859cd85096a1a7182f17b0437ad20f Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Tue, 28 Mar 2023 14:50:02 +0100 Subject: [PATCH] fix: update README.md (#119) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9311fca9e6..d0ca1c9bcc 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ k8sgpt analyze --explain --filter=Service --output=json ### What about kubectl-ai? -The the kubectl-ai [project](https://github.com/sozercan/kubectl-ai) 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. +The kubectl-ai [project](https://github.com/sozercan/kubectl-ai) 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.