> ## Documentation Index
> Fetch the complete documentation index at: https://radarhq.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# KEDA event-driven autoscaling visibility

> See KEDA in Radar: ScaledObject-to-workload topology edges showing which Deployments, StatefulSets, and Rollouts KEDA scales, with live status.

[KEDA](https://keda.sh/) (Kubernetes Event-Driven Autoscaling) is a CNCF graduated project that scales workloads based on external event sources  -  queues, streams, cron schedules, Prometheus metrics, and 60+ other triggers.

### What Radar Shows

**Topology:** ScaledObject → target workload (Deployment, StatefulSet, or Rollout). See which workloads are managed by KEDA and trace the scaling relationship.

<Frame caption="KEDA in Topology View  -  ScaledObject → Deployment → Pod scaling chain">
  <img src="https://mintcdn.com/skyhook/WMkyX9-pHguEy9dC/images/oss/keda-topology.png?fit=max&auto=format&n=WMkyX9-pHguEy9dC&q=85&s=248d349e12868d28097092625bbff428" alt="KEDA Topology" width="3020" height="1262" data-path="images/oss/keda-topology.png" />
</Frame>

**ScaledObject Detail View:**

* Status conditions (Ready, Active, Paused, Fallback)
* Target workload reference
* Min/Max/Idle replica configuration
* Polling interval and cooldown period
* Trigger list with type and metadata
* Generated HPA name
* Pause state detection (supports all 3 annotation variants)

<Frame caption="ScaledObject Detail View  -  Status conditions, target workload, triggers, and replica configuration">
  <img src="https://mintcdn.com/skyhook/WMkyX9-pHguEy9dC/images/oss/keda-scaledobject-detail.png?fit=max&auto=format&n=WMkyX9-pHguEy9dC&q=85&s=12c95ca68a2ade1260f68dfddb27f975" alt="ScaledObject Detail" width="1382" height="2530" data-path="images/oss/keda-scaledobject-detail.png" />
</Frame>

**ScaledJob Detail View:**

* Status conditions
* Job target reference
* Scaling strategy (default, custom, accurate, eager)
* Success/failure limits
* Trigger list

**TriggerAuthentication Detail View:**

* Pod identity provider and configuration
* Secret references with linked Secret navigation
* Environment variable mappings
* External secret providers (HashiCorp Vault, Azure Key Vault, AWS Secrets Manager)

**Resource Browser:** Smart columns show status, target workload, trigger count, and replica range at a glance.

<Frame caption="ScaledObject Resource Browser  -  Status, target workload, trigger count, and replica range">
  <img src="https://mintcdn.com/skyhook/WMkyX9-pHguEy9dC/images/oss/keda-scaledobjects-list.png?fit=max&auto=format&n=WMkyX9-pHguEy9dC&q=85&s=3dea4c12f509e5b0ebd7360cb6a7482f" alt="ScaledObject List" width="5114" height="718" data-path="images/oss/keda-scaledobjects-list.png" />
</Frame>

### Supported CRDs

| CRD                          | Group              | Topology | Detail View | AI Summary |
| ---------------------------- | ------------------ | -------- | ----------- | ---------- |
| ScaledObject                 | `keda.sh/v1alpha1` | Yes      | Yes         | Yes        |
| ScaledJob                    | `keda.sh/v1alpha1` | Yes      | Yes         | Yes        |
| TriggerAuthentication        | `keda.sh/v1alpha1` | -        | Yes         | Yes        |
| ClusterTriggerAuthentication | `keda.sh/v1alpha1` | -        | Yes         | Yes        |
