docs(kubernetes-operator): document HPA + KEDA autoscaling#1196
Open
ericgregory wants to merge 2 commits into
Open
docs(kubernetes-operator): document HPA + KEDA autoscaling#1196ericgregory wants to merge 2 commits into
ericgregory wants to merge 2 commits into
Conversation
WorkloadDeployment now implements the /scale subresource (wasmCloud/wasmCloud#5244), so kubectl scale, HPA, and KEDA work natively. Add a how-to covering the conceptual model, External-metric HPA, KEDA ScaledObject with OTel-driven scaling, the operator-managed selector label, and limits. Cross-link from the CRDs reference, operator overview, and k8s landing page. Add KEDA and HorizontalPodAutoscaler entities to the JSON-LD dictionary. Signed-off-by: Eric Gregory <eric@cosmonic.com>
✅ Deploy Preview for dreamy-golick-5f201e ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
🔎 Structured data validation
✅ All checks pass and no authoring warnings to backfill. ⚙️ Generated by |
…uated framing for KEDA Signed-off-by: Eric Gregory <eric@cosmonic.com>
jfleitz
approved these changes
Jun 15, 2026
|
|
||
| ## Kubernetes Event-Driven Autoscaling (KEDA) | ||
|
|
||
| [KEDA](https://keda.sh/) is a CNCF Graduated project that serves as an event-driven autoscaler. KEDA's `ScaledObject` wraps the same `/scale` subresource and adds a large catalog of [scalers](https://keda.sh/docs/latest/scalers/) (Prometheus, Kafka, NATS, OTel, cloud queue services, and so on). Behind the scenes, KEDA creates and manages an HPA on your behalf. |
Contributor
There was a problem hiding this comment.
This is the important call out (just making not really), that KEDA creates the HPA for you; you don't create the HPA artifact yourself if using KEDA. Also it is ScaledObject I couldn't remember earlier today lol.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the autoscaling support shipped in wasmCloud/wasmCloud#5244.