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:
- Check if you've access to this feature. See Factors affecting access to features and data.
- Confirm you have configured the
CLUSTER_NAME
andNRI_LICENSE_KEY
variables in the deployment file before running it. See the installation procedures for more information. - Confirm the deployment was successful by running:kubectl get pods --all-namespaces -o wide | grep newrelic
- Retrieve the logs from the infrastructure agent and ensure there are no error messages.