TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Kubernetes horizontal pod autoscaling powered by an OpenTelemetry-native tool

33 pointsby mmanciop4 months ago

3 comments

bushbaba4 months ago
While useful, this is a more fragile autoscaling solution that HPA out of the box. It requires your otel metric to Prometheus pipeline to be up AND your Prometheus server to be up.<p>Compare that to the vanilla HPA which is entirely cluster local, and “simple”.<p>Generally the simple approach is the most stable approach.
评论 #42668271 未加载
评论 #42668289 未加载
pm904 months ago
keda also works for this and supports many backends
评论 #42668388 未加载
mmanciop4 months ago
I looked into how to wire the Horizontal Pod Autoscaler for Kubernetes to Dash0, the OpenTelemetry-native observability tool I am working on, and it turned out to be surprising simple.