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.