You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fuyao Li (Jira)" <ji...@apache.org> on 2022/04/20 05:36:00 UTC

[jira] [Commented] (FLINK-27314) Support reactive mode for native Kubernetes integration in Flink Kubernetes Operator

    [ https://issues.apache.org/jira/browse/FLINK-27314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524722#comment-17524722 ] 

Fuyao Li commented on FLINK-27314:
----------------------------------

Hello [~wangyang0918] , I rephrased the ticket name. I mean support reactive mode for native k8s since Kubernetes operator now mainly support native k8s. For standalone ones, probably that can be a separate effort.

> Support reactive mode for native Kubernetes integration in Flink Kubernetes Operator
> ------------------------------------------------------------------------------------
>
>                 Key: FLINK-27314
>                 URL: https://issues.apache.org/jira/browse/FLINK-27314
>             Project: Flink
>          Issue Type: New Feature
>          Components: Kubernetes Operator
>            Reporter: Fuyao Li
>            Priority: Major
>
> Generally, this task is a low priority task now.
> Flink has some system level Flink metrics, Flink kubernetes operator can detect these metrics and rescale automatically based checkpoint(similar to standalone reactive mode) and rescale policy configured by users.
> The rescale behavior can be based on CPU utilization or memory utilization.
>  # Before rescaling, Flink operator should check whether the cluster has enough resources, if not, the rescaling will be aborted.
>  # We can create a addition field to support this feature. The fields below is just a rough suggestion.
> {code:java}
> reactiveScaling:
>   enabled: boolean
>   scaleMetric:  enum ["CPU", "MEM"]
>     scaleDownThreshold:
>     scaleUpThreshold:
>     minimumLimit:
>     maximumLimit:
>     increasePolicy: <increase/decrease exponentially or linearly..>
> <some other timeout configuration...>{code}
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)