Hey folks, is there any reccomendation on how todo CI/CD for long running Flink Jobs on K8?
b
Bhupendra Yadav
09/04/2023, 2:55 PM
Can you please elaborate more? What exactly are you trying to ask?
f
Florian Mair
09/04/2023, 2:56 PM
I'm trying to build a CI/CD system to rollout changes to FlinkJobs. I was thinking of using ArgoCD or similar. I was wondering if there are any reccomendations for building a rollout pipeline for Flink.
b
Bhupendra Yadav
09/04/2023, 3:09 PM
Yes, we also use argocd. We basically templatize our flink session or deployment (we use official flink k8s operator)custom resources using helm chart and use Argocd for deployment. Works well.