This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryNew interactive 3D Kubernetes cluster topology UI with 15 mesh types, force‑directed layout, and inspection tools.
Full changelog
3D Cluster Topology Viewer
New interactive 3D Kubernetes cluster topology UI (k8s-3d-topology) powered by Three.js. Visualize your entire cluster as a navigable 3D scene.
Features
- 15 distinct 3D mesh types for K8s resources (Pod, Deployment, ReplicaSet, Service, Ingress, Node, StatefulSet, DaemonSet, ConfigMap, Secret, PVC, HPA, NetworkPolicy, Job, CronJob)
- Force-directed layout with namespace clustering
- Relationship edges showing ownership, network, storage, and config connections with animated flow
- Drag-to-reposition nodes with persistent positions across updates
- Click-to-inspect with
kubectl describeintegration - SVG minimap for graph overview
- Namespace, kind, and search filtering
- Dark theme with Kubernetes blue accents, shadows, fog, and glow effects
- LRU texture caching (128 entries) for efficient GPU memory usage
New Files (2,494 lines across 16 files)
App.tsx- Main topology app with theme/filter/selection stateClusterScene.tsx- Three.js scene with OrbitControls, raycasting, shadowsFilterBar.tsx- Namespace, kind, and search filteringInspectorSidebar.tsx- Resource details with kubectl describeMinimap.tsx- SVG overview of the graph layoutuseClusterData.ts- MCP tool calls for pods/deployments/services/ingresses/replicasets/nodesmeshFactory.ts- 15 distinct 3D mesh creators with LRU label cachelayoutEngine.ts- Force-directed layout with namespace clusteringk8sRelationships.ts- Ownership, network, storage, config edge detectiontypes.ts- TypeScript interfaces for graph nodes/edges/resourcesconstants.ts- Shared kind color palette
Also Includes
- Landing page for GitHub Pages with Kubernetes blue monochromatic theme
- CNCF Landscape listing and verified press references
Installation
npm install -g kubectl-mcp-app
# or
npx kubectl-mcp-app
Full Changelog: https://github.com/rohitg00/kubectl-mcp-server/compare/v1.23.1...v1.24.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About rohitg00/kubectl-mcp-server
A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language.
Related context
Beta — feedback welcome: [email protected]