# MS KEDA(Kubernetes-based Event Driven Autoscaling) 1.0 오픈소스 공개

> Clean Markdown view of GeekNews topic #989. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=989](https://news.hada.io/topic?id=989)
- GeekNews Markdown: [https://news.hada.io/topic/989.md](https://news.hada.io/topic/989.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2019-11-29T13:10:30+09:00
- Updated: 2019-11-29T13:10:30+09:00
- Original source: [cloudblogs.microsoft.com](https://cloudblogs.microsoft.com/opensource/2019/11/19/keda-1-0-release-kubernetes-based-event-driven-autoscaling/)
- Points: 3
- Comments: 1

## Topic Body

쿠버네티스 클러스터 내에서 이벤트 기반의 오토스케일링 (to/from 0 까지 가능) 을 제공하는 컴포넌트. 쿠버네티스 Metrics 서버로 동작하여 어플리케이션 레벨의 상세한 오토스케일링 룰을 작성할수 있게 지원. 기존에는 사용자가 HPA/Metric Adapter등을 만드는 등 귀찮은 작업이 필요했으나, KEDA 가 내부적으로 HPA를 자동 생성하는 방식으로 편하게 만듬.

## Comments



### Comment 647

- Author: xguru
- Created: 2019-11-29T13:11:02+09:00
- Points: 1

KEDA 의 내부 동작방식 설명은 아래 글 참고

Autoscaling Made Simple With KEDA v1.0

https://blog.tomkerkhove.be/2019/11/19/keda-v1-autoscaling-made-simple/
