Image Overview: nri-kubernetes

ReferenceChainguard ImagesProduct

stable cgr.dev/chainguard/nri-kubernetes

TagsAliases
latest3, 3.14, 3.14.0, 3.14.0-r0
latest-dev3-dev, 3.14-dev, 3.14.0-dev, 3.14.0-r0-dev

Minimal image with the New Relic Kubernetes Integration binary.

Get It!

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/nri-kubernetes:latest

This image is a drop-in replacement for the nri-kubernetes image available upstream at newrelic/nri-kubernetes.

You can run this in helm with:

helm upgrade \
    --install \
    newrelic-infrastructure nri-kubernetes/newrelic-infrastructure \
    --set images.integration.registry=cgr.dev \
    --set images.integration.repository=chainguard/nri-kubernetes \
    --set images.integration.tag="latest" \
    --set cluster=$CLUSTER --set licenseKey=$LICENSE_KEY

NOTE: This image requires a license key to run properly, which you can obtain from New Relic.

Testing

The tests for this image also require a license key, which is configured in a secret in Github Actions.