Join Slack
Powered by
Anyone know how to submit jobs to flink programati...
# random
k
Kj
08/16/2023, 8:38 PM
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
Vaibhav Gosain
08/16/2023, 9:17 PM
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
Kj
09/08/2023, 2:47 PM
@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
2
Views
Open in Slack
Previous
Next