Retrieves logs from a specified Kubernetes pod and container using namespace and pod name. Helps diagnose issues by fetching container-specific log data from clusters.
Retrieve log output from a Kubernetes pod to monitor application behavior, debug issues, and track pod activity. Specify the pod name and optionally set namespace, line count, or enable real-time log streaming.
Retrieve logs from a Kubernetes pod or specific container within it, supporting optional parameters like tail lines and previous instance logs, simplifying debugging and monitoring tasks.
Forward a Kubernetes pod, deployment, or service to an external port, enabling access to resources outside the cluster. Specify the object, namespace, and ports for deployment.
Retrieve logs from a Kubernetes pod and container to monitor application behavior, troubleshoot issues, and debug deployments by specifying namespace, pod name, and optional container.
Provides Kubernetes cluster management capabilities through natural language via MCP protocol over HTTP/SSE. Supports Pod, Service, Deployment operations, log retrieval, and resource management with JWT authentication and RBAC permissions.
A Model Context Protocol (MCP) server that provides safe, read-only access to Kubernetes resources for debugging and inspection. Built with security in mind, it offers comprehensive cluster visibility without modification capabilities.