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 licensing for the Kubernetes monitors is as follows: Component Licensing Cluster One cluster monitor consumes one basic monitor license Nodes One node monitor consumes two host licenses* *The first 10 containers on each node are free. After that, ...
    • Licensing for Kubernetes monitoring (old)

      This article contains the licensing model for the customers who signed up before August 2024. Check out this article for more information on the new licensing pattern. Note that the new licensing model applies to users who signed up after August ...
    • 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: ...