Skip to content

NextSight AI

See your DevOps world in one intelligent view

AI-powered Kubernetes management platform with real-time visibility, intelligent security insights, and complete control over your clusters.

Get Started View on GitHub

v1.4.0
Latest Release
MIT
License
100%
Open Source

Features

Dashboard

Real-time cluster health with live pod, node, and namespace statistics. Beautiful visualizations with dark mode support.

Learn more

Kubernetes Management

Complete control over pods, deployments, services, and nodes. Scale, restart, and manage resources with ease.

Learn more

Security Posture

Comprehensive security scanning with Trivy integration, RBAC analysis, and AI-powered remediation suggestions.

Learn more

AI Assistant

Ask questions about your cluster in natural language. Get intelligent insights and troubleshooting help powered by Gemini.

Learn more

Pod Terminal

Interactive PTY-based terminal sessions inside containers. Support for debug containers in distroless images.

Learn more


Quick Start

Get NextSight AI running in under 5 minutes:

# Clone the repository
git clone https://github.com/nextsight-ai/nextsightai.git
cd nextsight

# Start the stack
docker-compose up -d

# Access at http://localhost:3000
# Apply manifests
kubectl apply -f k8s/

# Port forward to access
kubectl port-forward svc/nextsight-frontend 3000:80
# Add the Helm repo
helm repo add nextsight https://gauravtayade11.github.io/nextsight

# Install the chart
helm install nextsight ./charts/nextsight -n nextsight --create-namespace

Screenshots

Dashboard - Real-time cluster health with AI insights

Kubernetes - Workload management with health status


Tech Stack

Component Technologies
Backend FastAPI, Python 3.11, kubernetes-client, WebSockets
Frontend React 18, TypeScript, Vite, Tailwind CSS, xterm.js
Database Redis (caching), PostgreSQL (persistence)
Container Docker, nginx
Orchestration Kubernetes, Helm
Security Trivy v0.58.0 (built-in), RBAC Analysis
AI Groq (Llama 3.3), Gemini 2.0, Claude Sonnet
OAuth Google, GitHub, GitLab SSO

What's New in v1.4.0

Latest Release Highlights

  • AI-Powered Proactive Insights - Automatic detection of issues before they become incidents
  • Trivy Built-in - Container vulnerability scanning with no external dependencies (v0.58.0)
  • Smart Runbook Generation - AI creates step-by-step incident response guides
  • Enhanced Security Dashboard - Top 3 risks view with plain English explanations
  • Workload Health Indicators - Visual health status for all Kubernetes resources
  • Performance Optimization - Redis caching with intelligent TTLs for faster responses

View Full Changelog


License

NextSight AI is released under the MIT License.

**Built with :material-heart: by [Gaurav Tayade](https://github.com/gauravtayade11)**