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
mdr add nitinjain999/platform-skills/.cursor/rules/keda.mdc@git:20260516.afdf992mdr add nitinjain999/platform-skills/.cursor/rules/keda.mdc@sha256:7dd48246c6a89764Pin 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.
[](https://markdownregistry.com/a/art_lgxnojq5hrjpnpiy)
1 badge views in 30 days
Versions
Audit of the latest version
- 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
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
Every file in nitinjain999/platform-skills