---
title: Not seeing data
source: https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/not-seeing-data
---

## Problem

You have installed the [New Relic Kubernetes integration](/install/kubernetes/), but you don't see any Kubernetes data in your New Relic account.

## Solution

1.  Make sure that you have configured the `CLUSTER_NAME` and `NRI_LICENSE_KEY` parameters correctly in the [`values-newrelic.yaml`](https://github.com/newrelic/helm-charts/blob/master/charts/nri-bundle/values.yaml) file.

2.  Confirm the successful deployment of the integration by running these commands:

    ```bash
      kubectl get pods,deployments,daemonsets -o wide -n <newrelic_namespace>
    ```

3.  [Check the logs](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/advanced-configuration/get-logs-version/) from the infrastructure agent and the integration and make sure that there are no error messages.
