Hey everyone.
My metricbeat is running as DaemonSet and reading host and docker metrics, however no k8s metrics are coming through. I am running on minikube with k8s version 1.16.0 and this is my config:
kubernetes.yml: |-
- module: kubernetes
metricsets:
- node
- system
- pod
- container
- volume
period: 10s
host: ${NODE_NAME}
hosts: ["localhost:10255"]
- module: kubernetes
metricsets:
- proxy
period: 10s
host: ${NODE_NAME}
hosts: ["localhost:10249"]
I am not seeing any errors reported by metricbeat, Infra UI is showing all the components with 0% CPU and other metrics.
How can I debug it further?