<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: View container image and tag in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/View-container-image-and-tag/m-p/287259#M3296</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/92421"&gt;@nc1&lt;/a&gt;&amp;nbsp;If its the container image name you are after, you can try something like below if you are SaaS&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.container_group_instance
| fieldsAdd containerName = entity.name, containerImageName&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 03 Oct 2025 00:29:41 GMT</pubDate>
    <dc:creator>p_devulapalli</dc:creator>
    <dc:date>2025-10-03T00:29:41Z</dc:date>
    <item>
      <title>View container image and tag</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/View-container-image-and-tag/m-p/287199#M3294</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When monitoring Kubernetes using the Dynatrace operator, I would like to create a dashboard that shows the container image tag being used by our containers. So far I have not been able to find a way to get this information in Dynatrace. Is it possible to get this data?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 10:32:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/View-container-image-and-tag/m-p/287199#M3294</guid>
      <dc:creator>nc1</dc:creator>
      <dc:date>2025-10-02T10:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: View container image and tag</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/View-container-image-and-tag/m-p/287224#M3295</link>
      <description>&lt;P&gt;You can achieve this by tagging your workloads with Kubernetes labels or annotations. Dynatrace automatically ingests these labels and converts them into tags, which you can then use for automated tagging rules, filtering, or assigning ownership.&lt;/P&gt;&lt;P&gt;Documentation:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/observe/infrastructure-monitoring/container-platform-monitoring/kubernetes-monitoring/leverage-tags-defined-in-kubernetes-deployments" target="_self"&gt;https://docs.dynatrace.com/docs/observe/infrastructure-monitoring/container-platform-monitoring/kubernetes-monitoring/leverage-tags-defined-in-kubernetes-deployments&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in Dynatrace Managed you cannot directly display these tags on a dashboard. They are primarily useful for organizing, filtering, and assigning ownership to entities, but not as a first-class property for dashboard visualizations.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 14:22:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/View-container-image-and-tag/m-p/287224#M3295</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-10-02T14:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: View container image and tag</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/View-container-image-and-tag/m-p/287259#M3296</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/92421"&gt;@nc1&lt;/a&gt;&amp;nbsp;If its the container image name you are after, you can try something like below if you are SaaS&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.container_group_instance
| fieldsAdd containerName = entity.name, containerImageName&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 03 Oct 2025 00:29:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/View-container-image-and-tag/m-p/287259#M3296</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-10-03T00:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: View container image and tag</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/View-container-image-and-tag/m-p/287262#M3297</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/92421"&gt;@nc1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I think that you need Kubernetes labels and anotations , you can get with this.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.kubernetes_service
| filter  contains(entity.name,"dynatrace") 
| fieldsAdd kubernetesLabels , kubernetesAnnotations&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PierreGutierrez_0-1759460494867.png" style="width: 520px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30367i18B955B9B65F0A5A/image-dimensions/520x76?v=v2" width="520" height="76" role="button" title="PierreGutierrez_0-1759460494867.png" alt="PierreGutierrez_0-1759460494867.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PierreGutierrez_1-1759460544179.png" style="width: 566px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/30368i04CE8DABECFABE00/image-dimensions/566x198?v=v2" width="566" height="198" role="button" title="PierreGutierrez_1-1759460544179.png" alt="PierreGutierrez_1-1759460544179.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;With that, You will be able to create a dashboards you need&amp;nbsp;&lt;BR /&gt;I hope it helpfull&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":flexed_biceps:"&gt;💪&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 03:03:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/View-container-image-and-tag/m-p/287262#M3297</guid>
      <dc:creator>PierreGutierrez</dc:creator>
      <dc:date>2025-10-03T03:03:39Z</dc:date>
    </item>
  </channel>
</rss>

