Kubernetes horizontal pod autoscaling powered by an OpenTelemetry-native tool
1–7 of 7 posts
Re: Kubernetes horizontal pod autoscaling powered by an OpenTelemetry-native tool
#2Re: Kubernetes horizontal pod autoscaling powered by an OpenTelemetry-native tool
#3Compare that to the vanilla HPA which is entirely cluster local, and “simple”.
Generally the simple approach is the most stable approach.
Re: Kubernetes horizontal pod autoscaling powered by an OpenTelemetry-native tool
#4Re: Kubernetes horizontal pod autoscaling powered by an OpenTelemetry-native tool
#5While 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. Compare that to the vanilla HPA which is entirely cluster local, and “simple”. Generally the simple approach is the most stable approach.
Re: Kubernetes horizontal pod autoscaling powered by an OpenTelemetry-native tool
#6While 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. Compare that to the vanilla HPA which is entirely cluster local, and “simple”. Generally the simple approach is the most stable approach.
Re: Kubernetes horizontal pod autoscaling powered by an OpenTelemetry-native tool
#7keda also works for this and supports many backends
I might give it a go in a follow-up :-)