• /
  • EnglishEspañol日本語한국어Português
  • Inicia sesiónComenzar ahora

Set up Agent Control

preview

We're still working on this feature, but we'd love for you to try it out!

This feature is currently provided as part of a preview program pursuant to our pre-release policies.

To install Agent Control on one of your Kubernetes clusters, log in to New Relic, go to Integrations & Agents, and search for Agent Control.

Screenshot of the guided install tasks for Agent Control

tip

For automating Agent Control setup across large-scale infrastructure, see Set up Agent Control with Terraform.

Guided install

  1. Log in to New Relic.
  2. Ensure the correct account is selected.
  3. In Integrations & Agents, click Install Agent Control or search for Agent Control.
  4. Select Kubernetes as the instrumentation method.
  5. On the Select your fleet page, choose the fleet to join for the Kubernetes cluster where you're installing Agent Control, then click Continue.

    TIP

    You must choose a fleet before continuing with the installation. If you haven't yet created a fleet for this managed entity, complete the fleet creation process first, and then return to this guided installation step.
  6. Provide your license key. If you create a new key, make sure you copy it to your clipboard or save it somerwhere safe. You'll need it shortly.
  7. Select either New Relic or OpenTelemetry as your instrumentation source, and then click Continue.
  8. Enter your cluster name, namespace, and then click Continue.
  9. Download the generated configuration file to your computer and run the provided command in your terminal to install Agent Control. After installation, click Continue.
  10. Test the connection to confirm the installation was successful. This step may take 5-10 minutes to complete.

Verify installation

  1. Run the following command to check the status of your pods:
bash
$
kubectl get pods -n newrelic
  1. Log in to New Relic, and go to Fleet Control.
  2. Go to the Fleets page and select the fleet you chose during installation.
  3. In the Entities table, confirm that your Kubernetes cluster appears in the list.
  4. Verify that the instrumentation status for your cluster is healthy.

Next step

Now that Agent Control is installed and running, you're ready to configure and manage it using Fleet Control.

Set up Fleet Control.

Uninstall Agent Control

To uninstall Agent Control from your Kubernetes cluster:

View installed releases

Run the following command to list all installed releases and identify the one for Agent Control:

bash
$
helm list --all-namespaces

Uninstall Agent Control

  • Replace <RELEASE> and <NAMESPACE> with the appropriate values for your installation and environment:

    bash
    $
    helm uninstall <RELEASE> -n <NAMESPACE>
  • For example:

    bash
    $
    helm uninstall agent-control -n newrelic
Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.