Re: Interplay between K8s VPA/HPA & Flink Operator (Auto-Scaling/Tuning)

2025-06-05 Thread Salva Alcántara
{ "emoji": "👍", "version": 1 }

Re: Interplay between K8s VPA/HPA & Flink Operator (Auto-Scaling/Tuning)

2025-06-05 Thread Gyula FĂłra
Flink Autoscaling works based on processing capacity not directly on cpu. You cannot enable VPA/HPA together with the Flink Autoscaler. Gyula On Thu, Jun 5, 2025 at 2:27 PM Salva Alcántara wrote: > From other threads like this: > > https://lists.apache.org/thread/zhfk8p4l46v3n367wwh2o2jmgfz6y2x

Re: Interplay between K8s VPA/HPA & Flink Operator (Auto-Scaling/Tuning)

2025-06-05 Thread Salva Alcántara
>From other threads like this: https://lists.apache.org/thread/zhfk8p4l46v3n367wwh2o2jmgfz6y2xb It seems that one should favour Flink Auto-Scaling/Tuning built-in solutions over the more generic K8s HPA/VPA ones. It might still make sense to enable VPA for CPU Autotuning since Flink Autotuning r

Interplay between K8s VPA/HPA & Flink Operator (Auto-Scaling/Tuning)

2025-03-14 Thread Salva Alcántara
Does Kubernetes Vertical Pod Autoscaling (VPA) play well with Flink & Flink Kubernetes Operator? Is that recommended or should I instead use Flink-specific, built-in mechanisms like Flink Autotuning. Same for HPA & Flink Autoscaling. Any guidance on this would be appreciated! Salva