k8sgpt-ai/k8sgpt

Giving Kubernetes Superpowers to everyone

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 48 minutes ago
Added to GitGenius on September 8th, 2026
Created on March 21st, 2023
Open Issues & Pull Requests: 98 (+0)
GitHub issues: Enabled
Number of forks: 1,049
Total Stargazers: 8,158 (+0)
Total Subscribers: 70 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.9 days
Mean response time: 111.7 days
90th percentile: 472.7 days
Tracked items: 150

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 363 days
Stale 30+ days: 13
Stale 90+ days: 11

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (41)
  • enhancement (27)
  • question (19)
  • backend (16)
  • documentation (15)
  • good first issue (14)
  • help wanted (10)
  • critical (9)

Detailed Description

The tool addresses the challenge of interpreting Kubernetes errors and cluster problems by combining domain-specific analyzers with AI enrichment. It embeds SRE experience into its analyzers to extract relevant diagnostic information from cluster state, then sends that context to an AI model to generate human-readable explanations. This approach bridges the gap between raw Kubernetes events and actionable insights for operators unfamiliar with cluster internals.

The tool supports multiple AI backends including OpenAI, Azure, Cohere, Amazon Bedrock, and Google Gemini, as well as local models, giving flexibility in choosing where inference runs. It also implements the Model Context Protocol, enabling integration with other tools in an AI-driven workflow.

The project maintains active development with regular commits to the main branch and passes continuous integration checks. Code coverage is tracked and the project follows OpenSSF best practices for open source security and maintenance.