Install the agent

  1. Install the Helm toolkit.

  2. Add the Helm Atatus repo

    helm repo add atatus https://atatus.github.io/helm-charts
    
  3. Update the helm chart repo

    helm repo update
    
  4. Create atatus_values.yaml file

    # atatus_values.yaml
    atatus:
      license_key: "lic_infra_*************"
      logs_enabled: true
      cluster_name: "my-cluster"
    

    Please update your infra license_key and cluster_name.

  5. Install the chart, replacing <RELEASE_NAME with your release name:

    helm install <RELEASE_NAME> -f atatus_values.yaml  atatus/atatus-agent
    

Upgrade

  1. If you make any changes in the atatus_values.yaml file, then upgrade your Atatus Helm chart

    helm upgrade <RELEASE_NAME> -f atatus_values.yaml  atatus/atatus-agent