Determine your 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.

  2. Select Query your data.

  3. Copy in the following query and click RUN.

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:

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.