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:
- Confirm you have configured
CLUSTER_NAME
andNRI_LICENSE_KEY
correctly. See the installation procedures for more information. - 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>
- Retrieve the logs from the infrastructure agent and the integration and ensure there are no error messages.