You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "vanderliang (Jira)" <ji...@apache.org> on 2020/03/23 09:15:00 UTC

[jira] [Created] (FLINK-16717) Use headless service for rpc and blob port when flink on K8S

vanderliang created FLINK-16717:
-----------------------------------

             Summary: Use headless service for rpc and blob port when flink on K8S
                 Key: FLINK-16717
                 URL: https://issues.apache.org/jira/browse/FLINK-16717
             Project: Flink
          Issue Type: Improvement
          Components: Deployment / Kubernetes
    Affects Versions: 1.10.0
         Environment: flink 1.10
            Reporter: vanderliang


Current, when submitting a flink job cluster on kubernetes, the [https://github.com/apache/flink/blob/release-1.10/flink-container/kubernetes/job-cluster-service.yaml] will create Node Port type service for all ports. 

First, the RPC and blob only need a headless service which could avoid iptables or ipvs forwarding. 

Second,serverless K8S(like AWS EKS) in public cloud does not support Node Port,which cause some problem when running flink On serverless K8S.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)