K8s Observer
0
Provides read-only tools for safely interacting with and observing Kubernetes clusters without risk of mutation.
概要
K8s Observer is a Model Context Protocol (MCP) server providing essential read-only capabilities for Kubernetes cluster interaction. It is meticulously designed for production safety, explicitly excluding any functions that could alter cluster state or cause side effects. This focus on observability and debugging makes it an ideal tool for investigating production issues without the inherent risks of accidental modifications.
主な機能
- Advanced retrieval and filtering of Kubernetes pod logs.
- Real-time CPU and memory usage metrics for nodes and pods.
- Comprehensive Kubernetes resource listing and inspection with custom formatting.
- 0 GitHub stars
- Discovery of available Kubernetes API resource types.
- Secure analysis of memory pressure and workload instability across clusters.
ユースケース
- Safely debugging production Kubernetes cluster issues without risk of accidental changes.
- Analyzing resource consumption and identifying memory pressure on pods.
- Diagnosing workload instability by systematically examining Kubernetes events and pod logs.