I am trying to build a graph that shows the status of the pods in a namespace (ready/failed and so on...) over time.
I believe the kube_pod_status_phase() function might be what I need here but I can't seem to be able to show that data in a clear way in grafana. Also, I am only interested in pod name, namespace, and phase. I am not sure how I could filter out the other columns.
I would actually like to see both the history of the pod (when it failed, or was in ready state, etc...) and the current status of the pod.
thank you