Skip to content
Access
Esc
navigateopen⌘Jpreview
On this page

Kubernetes

Connect a cluster so agents can inspect workloads and run kubectl work you allow.

Connect

Point Access at a kubeconfig context or API endpoint your machine can reach. Prefer a narrow service account over a cluster-admin credential.

What agents can do

  • List and describe pods, deployments, and events
  • Power workflows that watch health and open tickets
  • Change the cluster only when you grant it

Keep it safe

Start read-only. Require approval for delete, scale, and apply.

Example

Using Kubernetes, summarize CrashLoopBackOff pods in production and open a Jira if any have restarted more than five times.

Was this page helpful?