Home / nitinjain999 / platform-skills · .cursor/rules/keda.mdc · GitHub

keda rulesA

keda is agent-read markdown (rules) from nitinjain999/platform-skills: KEDA ScaledObject and ScaledJob generation rules — auth patterns, scaling safety, best practices.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# KEDA Rules

Always generate ScaledObject and ScaledJob resources with all of the following. Missing any item is a Critical finding.

## Required fields on every ScaledObject

```yaml
spec:
  scaleTargetRef:
    apiVersion: apps/v1           # Always explicit — don't rely on the default
    kind: Deployment              # Or StatefulSet — be explicit
    name: <exact-deployment-name>

  minReplicaCount: 1              # Use 0 only when cold-start latency is acceptable and documented
  maxReplicaCount: <N>            # Always set — never omit the ceiling

  pollingInterval: 30             # 30s is a safe default; lower only for latency-sensitive queues
  cooldownPeriod: 300             # 5-minute cooldown prevents thrashing

  advanced:
    restoreToOriginalReplicaCount: true   # Always set — restores replicas on ScaledObject deletion
```

## Required on every trigger

```yaml
triggers:
  - type: <scaler>
    metadata:
      activationThreshold: "<N>"  # or activationQueueLength / activationLagThreshold
      # Prevents activation on noise/sparse events
    authenticationRef:
      name: <trigger-auth-name>   # Always use TriggerAuthentication — never inline credentials
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nitinjain999/platform-skills/.cursor/rules/keda.mdc@git:20260516.afdf992
Exact content
mdr add nitinjain999/platform-skills/.cursor/rules/keda.mdc@sha256:7dd48246c6a89764

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_lgxnojq5hrjpnpiy.svg)](https://markdownregistry.com/a/art_lgxnojq5hrjpnpiy)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260516.afdf992 latest2026-05-16 afdf992 4,031 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (4031 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nitinjain999/platform-skills · 42 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_lgxnojq5hrjpnpiy
GET https://markdownregistry.com/api/v1/resolve?ref=nitinjain999/platform-skills/.cursor/rules/keda.mdc
GET https://markdownregistry.com/api/v1/blob/7dd48246c6a89764d1833eb346e90cb78825eb358dbbc876816a59ef41acc0d2

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nitinjain999/platform-skills

kubernetes rules
nitinjain999/platform-skills · .cursor/rules/kubernetes.mdc · Kubernetes and OpenShift workload generation rules — security defaults, resource limits, probes
git:20260516.215750b · audit A · 42 stars
platform-skills rules
nitinjain999/platform-skills · .cursor/rules/platform-skills.mdc · Platform engineering rules — applies to all files in this workspace
git:20260911.e8a972c · audit A · 42 stars
terraform rules
nitinjain999/platform-skills · .cursor/rules/terraform.mdc · Terraform module and resource generation rules — blast radius, IAM least privilege, SOC 2 defaults
git:20260516.215750b · audit A · 42 stars
.cursorrules rules
nitinjain999/platform-skills · .cursorrules
git:20260911.e8a972c · audit A · 42 stars
CLAUDE.md claude
nitinjain999/platform-skills · CLAUDE.md
git:20260621.0546baa · audit A · 42 stars
platform-skills skill
nitinjain999/platform-skills · SKILL.md · Use when troubleshooting, implementing, reviewing, or auditing platform infrastructure as a system — where Kubernetes…
git:20260911.e8a972c · audit A · 42 stars
platform-skills skill
nitinjain999/platform-skills · skills/platform-skills/SKILL.md · Use when troubleshooting, implementing, reviewing, or auditing platform infrastructure as a system — where Kubernetes…
git:20260911.e8a972c · audit A · 42 stars

Every file in nitinjain999/platform-skills

Other files named keda

keda skill
air-gapped/skills · .claude/skills/keda/SKILL.md · Configure, operate, and master KEDA (Kubernetes Event-driven Autoscaling) — ScaledObject, ScaledJob…
git:20260915.3e9018e · audit A · 5 stars

Browse by kind, by grade A, or by owner.