cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Entity tag KUBERNETES_NODE vs. HOST

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Dear All,

I noticed that the entities corresponding to the tag rule for the KUBERNETES_NODE are not appearing on the entity host. What could be the reason for this? In this situation, it is necessary to establish an additional monitored entity rule for the hosts entity.

Babar_Qayyum_0-1727168681736.png

Babar_Qayyum_1-1727168726294.png

Regards,

Babar

3 REPLIES 3

DanielS
DynaMight Guru
DynaMight Guru

Hello @Babar_Qayyum I use for HOSTS the following tagging rule:

type(HOST),toRelationships.isClusterOfHost(type(KUBERNETES_CLUSTER),entityName.in("XXXXXXXXXXX"))

and for K8's Nodes this one:

type(KUBERNETES_NODE),toRelationships.isClusterOfNode(type(KUBERNETES_CLUSTER),entityName.in("XXXXXXXX","YYYYYYY"))

Hope it helps!!!!

The true delight is in the finding out rather than in the knowing.

Thank you @DanielS 

Hi @Babar_Qayyum 

As highlighted by @DanielS it's achievable through entity selector.

and also through UI, it's available

Peter_Youssef_1-1727270703432.png

You can also add more tagging rule based on the shown criteria "node or label"

Peter_Youssef_2-1727270819799.png

Regards,

Peter.

 

Featured Posts