18 Apr 2024 03:25 PM - last edited on 19 Apr 2024 07:37 AM by MaciejNeumann
Hey Everyone,
Hope all is well.
I have gained some good experience in Tagging the Kubernetes environment but
I am having issues tagging CLOUD_APPLICATION_INSTANCE. 😞
I tried
type(CLOUD_APPLICATION_INSTANCE),toRelationships.isClusterOfCai(type(KUBERNETES_CLUSTER),entityName.in("KUBERNETES_CLUSTER-"dt_name")
and
type(CLOUD_APPLICATION_INSTANCE),fromRelationships.isNamespaceOfCai(entityId("CLOUD_APPLICATION_NAMESPACE-"dt_name"))
The error that I get is
Solved! Go to Solution.
23 Apr 2024 01:34 PM
You'll want to use: type("Cloud_Application"), toRelationships.isClusterOfCa(type("KUBERNETES_CLUSTER"), entityName("<CLUSTER NAME>"))
You can then use that design for the namespace segment as well.