Agent Skills: K8s Autoscaling

KEDA event-driven autoscaling for Kubernetes. Use when installing KEDA, configuring scalers (Prometheus, RabbitMQ, Kafka, etc.), setting up HPA, or implementing autoscaling best practices.

UncategorizedID: nmime/infra-skills/k8s-autoscaling

Install this agent skill to your local

pnpm dlx add-skill https://github.com/nmime/infra-skills/tree/HEAD/infra/k8s-autoscaling

Skill Files

Browse the full folder contents for k8s-autoscaling.

Download Skill

Loading file tree…

infra/k8s-autoscaling/SKILL.md

Skill Metadata

Name
k8s-autoscaling
Description
KEDA event-driven autoscaling for Kubernetes. Use when installing KEDA, configuring scalers (Prometheus, RabbitMQ, Kafka, etc.), setting up HPA, or implementing autoscaling best practices.

K8s Autoscaling

KEDA v2.18.x (70+ built-in scalers). (Updated: January 2026). All scripts are idempotent - uses helm upgrade --install.

Important Changes in v2.18

| Change | Details | |--------|---------| | Pod Identity removed | Use workload identity instead (v2.15+) | | GCP Pub/Sub subscriptionSize | DEPRECATED - use mode and value instead (removed in v2.20) | | Huawei minMetricValue | DEPRECATED - use activationTargetMetricValue (removed in v2.20) |

Installation

See references/keda.md for KEDA installation via Helm.

Reference Files