I would like to deploy flink on a local cluster built with KIND for the purposes of e2e testing. The flink app is one of the components running within the system, which consists of other components (mostly written in Golang). I was wondering what would be the simplest way for me to deploy the flink job for such purposes. Any comments on how to accomplish that would be much appreciated. I was thinking on something REALLY simple, using local execution environment to put everything (flink-related) on a single container. For instance, locally, I do ` sbt run` for running my job, something along these lines could do the trick, but that is probably a very naive approach.
-- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/