Hey folks, is there any reccomendation on how todo...
# random
f
Hey folks, is there any reccomendation on how todo CI/CD for long running Flink Jobs on K8?
b
Can you please elaborate more? What exactly are you trying to ask?
f
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
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.
f
ok great thanks