Kubernetes (Agent)
Deploy a lightweight Pagerly agent in your Kubernetes cluster β no firewall changes needed.
Last updated
Deploy a lightweight Pagerly agent in your Kubernetes cluster β no firewall changes needed.
Same capabilities as Kubernetes (Direct) β pods, deployments, logs, events β but via a lightweight agent running inside your cluster.
Register your cluster to get an API key
Deploy our agent using Helm
The agent connects outbound to Pagerly β no inbound firewall rules needed
The agent runs in your cluster and proxies K8s API calls securely.
Go to the SRE Agent Integrations page
Select Kubernetes (Agent)
Register your cluster to get a unique API key
Deploy using Helm:
helm repo add pagerly https://charts.pagerly.io
helm install pagerly-agent pagerly/pagerly-agent \
--set apiKey=YOUR_API_KEY \
--namespace pagerly --create-namespaceRecommended for production. This approach is more secure than exposing your K8s API directly β the agent only makes outbound connections.
Last updated