hi,team, I‘d like to know if there is a standard b...
# random
t
hi,team, I‘d like to know if there is a standard baseline benchmark testing for flink-operator mode deployment?
g
Sorry I don't understand. Test for what exactly?
t
just I saw there are https://github.com/apache/flink-benchmark tests, not sure if there's an example yaml file to submit a job to run benchmark tests ?
g
We don’t have any operator yamls to run benchmarks
but if you create one, please share 🙂
t
I'm new to flink, and is flink-operator for test-dev usage or it is for production ?
g
production absolutely 🙂
you can use it locally for development, but it’s mainly targeted for production
t
is there any document or guidance for sizing so the instance can achieve high performance?
g
sizing the kubernetes operator?
the defaults should work
t
not the operator?
g
for regular Flink job sizing you can read the docs, watch talks on youtube etc.
and generally just experiment a little
t
so I'd like to know if there's some basic/standard test job?
g
You can run the built in examples
but for sizing your job you should run your own
t
thanks a lot ,and I have another question? does the flink-operator include the connectors?
g
no, the opeartor runs your own Flink images
so whatever you include in those will be used
t
ok, but I see the website mentions it uses flink 1.15? or it can also use later version?
g
Please read the docs 🙂 it clearly mentions the supported versions
1.13-1.16
t
thanks a lot