Dear Flink Community,
I am currently running Apache Flink Stateful Functions (version 3.2.0) on a Kubernetes cluster. I’ve configured the statefun-master and statefun-worker deployments with the following resource limits:
resources:
requests:
memory: "2Gi"
cpu: "1"
limits:
memory: "2Gi"
cpu
Hello everyone,
I have set up the Flink statefun runtime on Kubernetes according to this tutorial https://github.com/apache/flink-statefun-playground/tree/main/deployments/k8s. I developed 12 custom statefun-Functions in Java and deployed them in the same way as shown in the tutorial. There are a
Hello everyone,
I have set up the Flink statefun runtime on Kubernetes according to this tutorial https://github.com/apache/flink-statefun-playground/tree/main/deployments/k8s . I developed my own statefun-Functions in Java and deployed them in the same way as shown in the tutorial.
Pro
Hi everyone,
I set up the Flink statefun runtime on minikube (cpus=4, memory=10240) following the tutorial in statefun-playground https://github.com/apache/flink-statefun-playground/tree/main/deployments/k8s .
I developed my own statefun-Functions in java and deployed them the same way as s
ds,
Oliver
Gesendet: Montag, 27. Mai 2024 um 04:21 Uhr
Von: "Biao Geng"
An: "Oliver Schmied"
Cc: user@flink.apache.org
Betreff: Re: Help with monitoring metrics of StateFun runtime with prometheus
Hi Oliver,
I am not experienced in StateFun but its doc says 'Al
Dear Apache Flink community,
I am setting up an apche flink statefun runtime on Kubernetes, following the flink-playground example: https://github.com/apache/flink-statefun-playground/tree/main/deployments/k8s.
This is the manifest I used for creating the statefun enviroment:
```---
apiVersi
;Biao Geng"
An: "Oliver Schmied"
Cc: user@flink.apache.org
Betreff: Re: Advice Needed: Setting Up Prometheus and Grafana Monitoring for Apache Flink on Kubernetes
Hi Oliver,
I believe you are almost there. One thing I found could improve is that in your job ya
Dear Apache Flink Community,
I am currently trying to monitor an Apache Flink cluster deployed on Kubernetes using Prometheus and Grafana. Despite following the official guide (https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.8/docs/operations/metrics-logging/) on how t