Metricbeat 7.4.2 stopped reading k8s metrics

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?

Hi @michaelh,

Do you see any events coming for the kubernetes module? Also it would be interesting to see your logs.

Best regards

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.