Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
KUBECONFIG | No | Path to the kubeconfig file used to access the Kubernetes cluster. In a multi-cluster setup, this points to the hub cluster. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
connect_cluster | Generates the 'KUBECONFIG' for the managed cluster and binds it to the specified ClusterRole (default: cluster-admin). |
clusters | Retrieves a list of Kubernetes clusters (also known as managed clusters or spoke clusters). |
kube_executor | Securely run a kubectl command or apply YAML. Provide either 'command' or 'yaml'. |
prometheus | Query Prometheus metrics from a specific cluster and format the results for Recharts visualization. |