# Metricbeat 7.4.2 stopped reading k8s metrics

**URL:** https://discuss.elastic.co/t/metricbeat-7-4-2-stopped-reading-k8s-metrics/207799
**Category:** Beats
**Tags:** metricbeat
**Created:** [November 14, 2019, 2:36am UTC](https://discuss.elastic.co/t/metricbeat-7-4-2-stopped-reading-k8s-metrics/207799 "2019-11-14T02:36:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![michaelh](https://avatars.discourse-cdn.com/v4/letter/m/53a042/32.png) [@michaelh](https://discuss.elastic.co/u/michaelh)
#### Post date: [November 14, 2019, 2:36am UTC](https://discuss.elastic.co/t/metricbeat-7-4-2-stopped-reading-k8s-metrics/207799/1 "2019-11-14T02:36:29Z")

</div>

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:

```auto
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?

---

<div class="post-metadata">

### Author: ![exekias](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/exekias/32/28718_2.png) [@exekias](https://discuss.elastic.co/u/exekias)
#### Post date: [November 15, 2019, 10:17am UTC](https://discuss.elastic.co/t/metricbeat-7-4-2-stopped-reading-k8s-metrics/207799/2 "2019-11-15T10:17:19Z")

</div>

Hi @michaelh,

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

Best regards

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 13, 2019, 10:17am UTC](https://discuss.elastic.co/t/metricbeat-7-4-2-stopped-reading-k8s-metrics/207799/3 "2019-12-13T10:17:29Z")

</div>

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