Knowledge Graph nodes
Knowledge Graph nodes
- Pods
- Services
- Deployments
- ReplicaSets
- StatefulSets
- Jobs
- CronJobs
- Namespaces
- Nodes (cluster nodes)
MCP Tools
MCP Tools
No MCP tools are currently available for this plugin.
Prerequisites
You should have access to a Kubernetes cluster and valid credentials configured through one of the following methods:- kubectl config: Have
kubectl
installed and configured (the plugin uses the same authentication as kubectl) - Kubeconfig file: Ensure
~/.kube/config
exists or set theKUBECONFIG
environment variable - In-cluster authentication: If running inside a Kubernetes pod with a service account
- Manual kubeconfig: Specify a custom path to your kubeconfig file
~/.kube/config
(or path set byKUBECONFIG
environment variable)/var/run/secrets/kubernetes.io/serviceaccount
(for in-cluster service accounts)
Configuration
Configure the Kubernetes plugin by runninguv run unpage configure
or by editing
the ~/.unpage/profiles/<profile_name>/config.yaml
file: