Anyone know how to submit jobs to flink programati...
# random
k
Anyone know how to submit jobs to flink programatically? Have a flink deployment going on AWS EKS, need to figure out a way to submit a job to it
v
If you are using the flink kubernetes operator, you can follow the examples provided here: https://github.com/apache/flink-kubernetes-operator/tree/main/examples (refer to the Readme)
k
@Vaibhav Gosain Do you know how to get the flink cli to work with an EKS deployment, is there anything I have to expose? Currently, I am able to access to ui via the ingress but looking to leverage flink cli to run jobs