Based on this question/answer, i implemented a grafana panel as following:
- prometheus query:
count(count_over_time(kube_pod_created{cluster="$cluster", namespace="$namespace"}[$__range]))
- Visualization
I go 56 pods!!
Unfortunately, the result is not realistic because this k8s namespace just created a while a go and runs only 2 pods