How to enable Kubernetes monitoring on clusters that have arm-based nodes

How to enable Kubernetes monitoring on clusters that have arm-based nodes

If you would like to add a Kubernetes monitor for your clusters that have arm-based nodes, ensure that you have followed the steps below:
  1. Download the latest site24x7-agent.yaml file from the Site24x7 web console.
  2. Replace the image name site24x7/docker-agent:release1980 with the following:
    site24x7/docker-agent:armv1
  3. Execute the below command to apply the YAML:
    kubectl apply -f site24x7-agent.yaml

    This is applicable only to the nodes that have arm configurations.
    • Related Articles

    • 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, ...
    • A few nodes or pods are not discovered for monitoring. Why?

      Check for the below cases if applicable. Case 1: License inadequacy Check if you have adequate licensing. If not, upgrade your license. Case 2: Taint configurations If a few nodes are not discovered for monitoring, it might be because the node has a ...
    • Unable to use the latest features and the new metrics in Kubernetes

      You need to upgrade your Site24x7 Kubernetes monitoring agent to derive the new metrics and use the latest features. To do this, follow the steps below: Uninstall the existing Kubernetes monitoring agent to prevent any configuration conflicts. ...
    • 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 ...
    • How to uninstall the Site24x7 Kubernetes monitoring agent

      Execute the below commands to uninstall the Site24x7 Kubernetes monitoring agent from your cluster: Deletion command for the DaemonSet agent deployed using a YAML file: kubectl delete -f site24x7-agent.yaml or kubectl delete ds,sa site24x7-agent -n ...