Kubernetes (Direct)
Connect Kubernetes (Direct API) to the Pagerly SRE Agent for cluster inspection.
Last updated
Connect Kubernetes (Direct API) to the Pagerly SRE Agent for cluster inspection.
List and inspect pods β status, restart counts, OOM kills
List deployments, replica sets, and stateful sets
Get pod logs and events
Check node status and resource usage
Inspect services, configmaps, and secrets metadata
Get your Kubernetes API server URL (e.g., from kubectl cluster-info)
Create a service account with read permissions:
kubectl create serviceaccount pagerly -n defaultGet the service account token:
kubectl create token pagerly -n defaultPaste the API server URL and token in the Pagerly dashboard
Kubernetes API URL
Your K8s API server URL
https://kubernetes.example.com:6443
Service Account Token
Token with read permissions
eyJhbGciOiJSUzI1NiIs...
Prefer the Agent-based approach? If you don't want to expose your K8s API externally, use the Kubernetes (Agent) integration instead β it connects outbound from your cluster with no firewall changes needed.
"Production namespace is prod. Critical deployments: api, worker, web. Use app label for service identification."
Last updated