Hello
I was reviewing the HPA example at:
https://github.com/apache/flink-kubernetes-operator/blob/main/examples/hpa/basic-hpa.yaml
and I am a bit confused as to which spec this applies to.
Practically, I would assume that it's for scaling TaskManager worker pods.
Is that correct?
Then how does
Hello
This is my first setup with Apache Beam and trying to use the flink runner
for it. Following the example of
https://github.com/apache/flink-kubernetes-operator/tree/main/examples/flink-beam-example
I got my app running inside my local minikube. The app is pretty stateless
- minimal transform