Kubernetes Application Cluster Not Working
Posted by
Claude Murad on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Kubernetes-Application-Cluster-Not-Working-tp42489.html
Hello,
apiVersion: v1
kind: Service
metadata:
name: flink-jobmanager
spec:
type: ClusterIP
ports:
- name: rpc
port: 6123
- name: blob-server
port: 6124
- name: webui
port: 8081
selector:
app: flink
component: jobmanager
I am able to access the jobmanager UI but the taskmanagers are failing w/ the following error:
Could not resolve ResourceManager address akka.tcp://flink@flink-jobmanager:6123/user/rpc/resourcemanager_*
Any ideas about this?
Thanks