---
title: Determine your Pixie integration version
source: https://docs.newrelic.com/docs/kubernetes-pixie/auto-telemetry-pixie/troubleshooting/get-pixie-integration-version
---

To determine which version of the New Relic Pixie integration is installed on your cluster, follow these steps:

1.  Go to **[one.newrelic.com](https://one.newrelic.com/all-capabilities)**.

2.  Select **Query your data**.

3.  Copy in the following query and click **RUN**.

    ```sql
    FROM K8sContainerSample SELECT latest(containerImage) WHERE containerName LIKE '%newrelic-pixie%' FACET clusterName
    ```

This query outputs a list of cluster names with their integration versions for the selected account:

![A screenshot of the query builder to determine which version of the New Relic Pixie integration is installed.](https://docs.newrelic.com/images/pixie_screenshot-full_integration-version.webp "Pixie integration in query builder")

Use the query builder to determine which version of the New Relic Pixie integration is installed.

## Upgrading the Pixie integration

To upgrade your Pixie integration, see our [Pixie installation documentation](https://docs.newrelic.com/docs/kubernetes-pixie/auto-telemetry-pixie/install-auto-telemetry-pixie/#upgrade).
