Disable auto discovery of containers

How to disable auto discovery of containers for Kubernetes clusters?

You can disable the discovery of containers at the cluster level. Please follow the below steps:
  1. Log in to Site24x7.
  2. Navigate to Server > Kubernetes > Clusters.
  3. Hover on the hamburger icon beside the cluster for which you want to disable container discovery. Click on Edit.

  4. In the Edit Kubernetes Monitor page, unselect Containers from the Resource Types option.

  5. Save your changes.
From the next discovery, Kubernetes containers will not get added for monitoring. 


    • Related Articles

    • How to disable auto-discovery of new containers?

      You can disable auto-discovery of new containers by deselecting them manually under the Containers tab, using configuration rules, or via Bulk Actions. Manually under the Containers tab: Log in to Site24x7 and go to Server > Docker > Docker Hosts. ...
    • How to disable auto-discovery of new docker containers in bulk

      You can disable auto-discovery of new docker containers in bulk in one of two ways: Using Bulk Action Setting up Configuration Rules Using Bulk Action Log in to your Site24x7 account and go to Admin > Inventory > Bulk Action. Under the Server Monitor ...
    • Licensing for Kubernetes monitoring

      The main Kubernetes cluster is considered one basic monitor. For the other components, the licensing is done as follows: Component Licensing Nodes 1 monitor consumes two basic licenses Pods 5 monitors consume one basic license Containers 5 monitors ...
    • Adding APM Insight Node.js agent in Kubernetes via InitContainers

      To integrate the APM Insight Node.js agent into your Kubernetes applications using InitContainers, follow the steps given below: Step 1: Create an empty volume that will be used to copy the agent files during the initContainers process. Example: ...
    • Adding APM Insight Java agent in Kubernetes via InitContainers

      Step 1: Create a secret for the Site24x7 license key in your application namespace. You can obtain the license key from your site24x7 account by navigating to Admin > Developer > Device Key. Example: kubectl create secret generic app-secret ...