For the complete documentation index, see llms.txt. This page is also available as Markdown.

Kubernetes (Agent)

Deploy a lightweight Pagerly agent in your Kubernetes cluster β€” no firewall changes needed.

What the Agent Can Do

Same capabilities as Kubernetes (Direct) β€” pods, deployments, logs, events β€” but via a lightweight agent running inside your cluster.

How It Works

  1. Register your cluster to get an API key

  2. Deploy our agent using Helm

  3. The agent connects outbound to Pagerly β€” no inbound firewall rules needed

The agent runs in your cluster and proxies K8s API calls securely.

Setup Instructions

  1. Go to the SRE Agent Integrations page

  2. Select Kubernetes (Agent)

  3. Register your cluster to get a unique API key

  4. 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-namespace

Docs

Last updated