Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,30 +0,0 @@
---
title: "KEDA"
type: concept
tags: [Kubernetes, EKS, Auto-Scaling, Event-Driven]
---
## Description
KEDAKubernetes Event-driven Autoscaling是基于外部事件的 Kubernetes 工作负载扩缩容框架。它使用 ScaledObject CRD 定义扩缩容规则,支持从零副本启动,可发布指标供 HPA 使用。
## Mechanism
- 使用 ScaledObject 自定义资源定义
- 支持多种外部事件源消息队列、HTTP API、Azure Blob 等)
- 可与 HPA 集成提供指标
- 支持从零副本扩展
## Use Cases
- 基于消息队列深度自动扩缩容
- 基于 HTTP 请求速率扩缩容
- 事件驱动的工作负载
## Related Concepts
- [[HPA]]
- [[Auto-scaling]]
## Related Entities
- [[EKS]]
## Connections
- [[KEDA]] ← integrates_with [[HPA]]
- [[KEDA]] ← provides_metrics_for [[Auto-scaling]]