Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.10.0
-
flink 1.10
Description
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.
Attachments
Issue Links
- links to