Problem
You have installed the New Relic Kubernetes integration, but you don't see any Kubernetes data in your New Relic account.
Solution
Make sure that you have configured the
CLUSTER_NAME
andNRI_LICENSE_KEY
parameters correctly in thevalues-newrelic.yaml
file.Confirm the successful deployment of the integration by running these commands:
bash$kubectl get pods,deployments,daemonsets -o wide -n <newrelic_namespace>Check the logs from the infrastructure agent and the integration and make sure that there are no error messages.