IBM Cloud Docs
Getting information about Kubernetes logging agent images

Getting information about Kubernetes logging agent images

Kubernetes logging agent images are public images that are available in IBM Cloud through the IBM Cloud Container Registry service.

As of 28 March 2024 the IBM Log Analysis and IBM Cloud Activity Tracker services are deprecated and will no longer be supported as of 30 March 2025. Customers will need to migrate to IBM Cloud Logs, which replaces these two services, prior to 30 March 2025.

You can access the images that are provided by IBM® by using the command line.

Complete the following steps to get information about the logging agent images:

Before you begin

Before you begin, complete the following tasks:

  1. Ensure that the IBM Cloud Container Registry CLI is installed, see Installing the container-registry CLI plug-in.

  2. Log in to IBM Cloud:

    ibmcloud login
    

Step 1. Target the global registry

Run the following command:

ibmcloud cr region-set global

Step 2. List the logging agent images that are hosted in the global registry

Run the following command:

ibmcloud cr images --restrict ext/logdna-agent

The output of this command is the list of logging agent images. It includes information about the repository, icr.io/ext/logdna-agent, the image tag, the image digest, the image namespace, when the image was created, the image size, and the images security status.