Kubernetes monitoring every resource/object is created as a host

CMK version:
2.1.0p10

I have question about kubernetes monitoring, when monitoring kubernetes every kubernetes object is created as host, is this de desired effect ?

Is it possible to attach the kubernetes objects to a single host and have that host have like 500 services instead of having 500 hosts (namespaces, deployements, pods, etc)?

In the guide there is excerpt over creating a folder to accommodate these objects, but that does not change de fact that kubernetes resources are mapped to individual hosts.

Yes, this is done via Dynamic host configuration
Those different Kubernetes resources which are returned as Piggyback data are created as hosts which have its own host specific services. More information here: Monitoring Kubernetes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.