KubePod where namespace.cluster.name='kubecluster'
KubePod where namespace.cluster.name='kubecluster' and namespace.name='test'
KubeNode where cluster.name='nancyakscluster'
If you want to find Pods by labels in namespace “test” of cluster “kubecluster”, you can append and namespace.cluster.name='kubecluster' and namespace.name='test' to the end of above statement.
KubeNode where labels.key='env' and labels.value='prod'
If you want to find Nodes by labels in cluster “kubecluster”, you can append and cluster.name='kubecluster' to the end of above statement.
If you want to find Pods by labels in namespace “test” of cluster “kubecluster”, you can append and namespace.cluster.name='kubecluster' and namespace.name='test' to the end of above statement.
KubeNode.metrics where object.labels.key='env' and object.labels.value=’prod’
If you want to find Nodes by labels in cluster “kubecluster”, you can append and cluster.name='kubecluster' to the end of above statement.
DockerContainer where dockerSwarm.service.cluster.name='kicakdscluster'
If you want to find Containers by labels in cluster “swarmcluster”, you can append and dockerSwarm.service.cluster.name='kicakdscluster' to the end of above statement.
DockerHost where dockerSwarmNodeInfo.node.cluster.name='kicakdscluster'
If you want to find Containers by labels in cluster “swarmcluster”, you can append and container.dockerSwarm.service.cluster.name='kicakdscluster' to the end of above statement.
If you want to find Containers by labels in cluster “swarmcluster”, you can append and container.dockerSwarm.service.cluster.name='kicakdscluster' to the end of above statement.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center