• English日本語한국어
  • Log inStart now

Kubernetes integration troubleshooting: Not seeing data

Problem

You have completed the installation procedure for New Relic's Kubernetes integration but are not seeing Kubernetes data in your New Relic account.

Solution

If you have deployed the infrastructure agent and completed the Kubernetes installation procedure but are not seeing any information in the Kubernetes dashboard, follow these steps:

  1. Confirm you have configured CLUSTER_NAME and NRI_LICENSE_KEY correctly. See the installation procedures for more information.
  2. Confirm the deployment of the integration was successful by running:
    kubectl get pods -o wide -n <NEWRELIC_NAMESPACE>
    kubectl get deployments -o wide -n <NEWRELIC_NAMESPACE>
    kubectl get daemonsets -o wide -n <NEWRELIC_NAMESPACE>
  3. Retrieve the logs from the infrastructure agent and the integration and ensure there are no error messages.
Copyright © 2023 New Relic Inc.

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