<?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 Get Kubernetes Pod status in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Get-Kubernetes-Pod-status/m-p/294044#M3118</link>
    <description>&lt;DIV&gt;
&lt;P&gt;have the cluster name and namespace details. Can I get the below details through DQL?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Pods stuck in Pending/Unschedulable state&lt;/LI&gt;
&lt;LI&gt;Pods in CrashLoopBackOff or Failed state&lt;/LI&gt;
&lt;LI&gt;Nodes in NotReady/Unhealthy state&lt;/LI&gt;
&lt;LI&gt;Pod scheduling failures”&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 11 Feb 2026 06:11:23 GMT</pubDate>
    <dc:creator>ashokpjana</dc:creator>
    <dc:date>2026-02-11T06:11:23Z</dc:date>
    <item>
      <title>Get Kubernetes Pod status</title>
      <link>https://community.dynatrace.com/t5/DQL/Get-Kubernetes-Pod-status/m-p/294044#M3118</link>
      <description>&lt;DIV&gt;
&lt;P&gt;have the cluster name and namespace details. Can I get the below details through DQL?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Pods stuck in Pending/Unschedulable state&lt;/LI&gt;
&lt;LI&gt;Pods in CrashLoopBackOff or Failed state&lt;/LI&gt;
&lt;LI&gt;Nodes in NotReady/Unhealthy state&lt;/LI&gt;
&lt;LI&gt;Pod scheduling failures”&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Feb 2026 06:11:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Get-Kubernetes-Pod-status/m-p/294044#M3118</guid>
      <dc:creator>ashokpjana</dc:creator>
      <dc:date>2026-02-11T06:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get k8s pod status</title>
      <link>https://community.dynatrace.com/t5/DQL/Get-Kubernetes-Pod-status/m-p/294047#M3119</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/99629"&gt;@ashokpjana&lt;/a&gt;&amp;nbsp;Example DQL for Pod state&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.cloud_application_instance
| fieldsAdd id, cloudApplicationInstancePhase,currentCondition,
  cluster.id = clustered_by[dt.entity.kubernetes_cluster],
  namespace.id = belongs_to[dt.entity.cloud_application_namespace],
  workload.id = instance_of[dt.entity.cloud_application],
  node.id = runs_on[dt.entity.kubernetes_node]
| filter cloudApplicationInstancePhase == "PENDING"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 21:39:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Get-Kubernetes-Pod-status/m-p/294047#M3119</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2026-02-02T21:39:15Z</dc:date>
    </item>
  </channel>
</rss>

