CtrlK
BlogDocsLog inGet started
Tessl Logo

nitinjain999/platform-skills

Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.

67

Quality

84%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

README.mdexamples/keda/

KEDA Examples

Status: Stable

Working examples for KEDA (Kubernetes Event-Driven Autoscaling) ScaledObject and ScaledJob configurations.

Files

FileTriggerUse case
scaledobject-sqs.yamlAWS SQS + IRSAScale a Deployment based on SQS queue depth
scaledobject-prometheus.yamlPrometheus + CronScale on HTTP request rate with business-hours floor
scaledobject-kafka.yamlKafka SASL/TLSScale on consumer group lag
scaledobject-cron.yamlCron + Prometheus safety netScheduled scaling with weekday/weekend windows + spike protection
scaledjob-sqs.yamlAWS SQS + IRSACreate one Job per SQS message (batch processing)

Quick start

# Install KEDA
helm repo add kedacore https://kedacore.github.io/charts
helm upgrade --install keda kedacore/keda \
  --namespace keda --create-namespace --version 2.14.0

# Apply a ScaledObject
kubectl apply -f scaledobject-sqs.yaml

# Check status
kubectl get scaledobject -n orders
kubectl describe scaledobject orders-processor -n orders

Auth patterns

All examples use either IRSA (AWS) or a TriggerAuthentication referencing a Kubernetes Secret. Never commit static credentials to Git — use External Secrets Operator to render the Secret at runtime.

See references/keda.md for the full reference guide.

examples

BEFORE_AFTER.md

CHANGELOG.md

CODE_OF_CONDUCT.md

COMMANDS.md

CONTRIBUTING.md

EDITOR_INTEGRATIONS.md

GETTING_STARTED.md

HOW_IT_WORKS.md

install.sh

INSTALLATION.md

LAUNCH.md

PROMPTS.md

QUICKSTART.md

README.md

renovate.json

SECURITY.md

SKILL.md

tessl.json

tile.json