<?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: Memory dump download for Kubernetes installations in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/216853#M1734</link>
    <description>&lt;P&gt;How to create the ingress to retrieve the dump from Activegate? Are there any Activegate APIs that can be used for this purpose?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jul 2023 01:13:42 GMT</pubDate>
    <dc:creator>edward_ma</dc:creator>
    <dc:date>2023-07-04T01:13:42Z</dc:date>
    <item>
      <title>Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/196555#M1732</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We run all our workloads in AKS Clusters and we have Dynatrace integrated via the&amp;nbsp;Kubernetes&amp;nbsp;Classic full-stack injection or&amp;nbsp;Cloud-native full-stack injection. With my current setup, I am able to trigger memory dump but I am not able to download the triggered dump directly from Dynatrace.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Upon some reading, I understand that the active gates have to be configured to enable such direct download, but I am having a hard time figuring out how I can accomplish that configuration in the Dynakube-based Kubernetes integration. I assume some configurations needed to be updated in the Dynakube to reflect the configurations outlines in&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/diagnostics/memory-dump-analysis/configure-an-activegate-for-memory-dump-storage" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/diagnostics/memory-dump-analysis/configure-an-activegate-for-memory-dump-storage&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need some help to get this set on my environment, thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 07:21:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/196555#M1732</guid>
      <dc:creator>hari-m94</dc:creator>
      <dc:date>2022-10-17T07:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/196559#M1733</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/50326"&gt;@hari-m94&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that as of now, I do not believe memory dumps are tested by Dynatrace in Kubernetes environments. Therefore, not officially supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I believe you could add custom properties to the activegate section of the Dynakube CR, similar to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="notranslate"&gt;&lt;CODE&gt;customProperties:
    value: |-&lt;BR /&gt;&lt;CODE class="hljs"&gt;        [collector]
        DumpSupported = &lt;SPAN class="hljs-literal"&gt;true&lt;BR /&gt;        [dump]
        dumpDir = dump&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;downloadUrl&amp;nbsp;=&amp;nbsp;FQDN_OF_YOUR_INGRESS:PORT&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/CODE&gt;&lt;CODE class="hljs"&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would also need an accessible downloadUrl to retrieve the memory dump files. I believe this requires an ingress (such as a gateway with Istio) to be able to retrieve the dump from outside of the cluster:&lt;/P&gt;
&lt;P&gt;See further Kubernetes Ingress documentation - &lt;A href="https://kubernetes.io/docs/concepts/services-networking/ingress/" target="_blank"&gt;https://kubernetes.io/docs/concepts/services-networking/ingress/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've heard of reported issues, such as the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;dump path not matching (eg: volume storage is/not used, so the relative path doesn't match what ActiveGate is expecting)&lt;/LI&gt;
&lt;LI&gt;Memory dumps are a "stop-the-world" event, so they could cause liveness probes to fail, therefore K8s could kill and restart your container. This would interrupt the memory dump process.&lt;/LI&gt;
&lt;LI&gt;Memory dumps could cause additional memory load on your container, hitting limits. Again, K8s could kill and restart your container. This would interrupt the memory dump process.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sun, 16 Oct 2022 22:05:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/196559#M1733</guid>
      <dc:creator>The_AM</dc:creator>
      <dc:date>2022-10-16T22:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/216853#M1734</link>
      <description>&lt;P&gt;How to create the ingress to retrieve the dump from Activegate? Are there any Activegate APIs that can be used for this purpose?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 01:13:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/216853#M1734</guid>
      <dc:creator>edward_ma</dc:creator>
      <dc:date>2023-07-04T01:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/217053#M1735</link>
      <description>&lt;P&gt;The custom properties section also allows you to set a custom DNS load-balancer address for the ActiveGate like so:&lt;/P&gt;
&lt;PRE class="c-mrkdwn__pre" style="box-sizing: inherit; margin: 4px 0px; padding: 8px; --saf-0: rgba(var(--sk_foreground_low,29,28,29),0.13); overflow-wrap: break-word; font-size: 12px; font-variant-ligatures: none; line-height: 1.50001; tab-size: 4; white-space: pre-wrap; word-break: normal; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace !important; background: rgba(var(--sk_foreground_min,29,28,29),0.04); border: 1px solid var(--saf-0); border-radius: 4px; overflow-y: hidden; counter-reset: list-0 0 list-1 0 list-2 0 list-3 0 list-4 0 list-5 0 list-6 0 list-7 0 list-8 0 list-9 0; color: #1d1c1d; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" data-stringify-type="pre"&gt;    customProperties:
      value: |
        [connectivity]
        dnsEntryPoint=&lt;A class="c-link" style="box-sizing: inherit; color: inherit; text-decoration: none;" href="https://dynakube-custom-activegate.dynatrace.svc.cluster.local/communication" target="_blank" rel="noopener noreferrer" data-stringify-link="https://dynakube-custom-activegate.dynatrace.svc.cluster.local:443/communication" data-sk="tooltip_parent"&gt;https://dynakube-custom-activegate.dynatrace.svc.cluster.local:443/communication&lt;/A&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;I haven't tried to modify that to the ingress address, it might work. It's in the realm of untested &amp;amp; unsupported &amp;amp; undocumented.&lt;/P&gt;
&lt;P&gt;It's also going to be creating a scenario where OA will use the ingress address for connectivity. That may be undesirable.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 00:57:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/217053#M1735</guid>
      <dc:creator>The_AM</dc:creator>
      <dc:date>2023-07-06T00:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/220061#M1803</link>
      <description>&lt;P&gt;I have tried this configuration and unfortunately, failed in getting it work.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 19:15:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/220061#M1803</guid>
      <dc:creator>edward_ma</dc:creator>
      <dc:date>2023-08-07T19:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/243256#M2322</link>
      <description>&lt;P&gt;I was advised by Dynatrace to use an external ActiveGate(external to K8s). That works as intended, however I just find this whole setup a little weird due to quite a few of these interdependencies.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 06:28:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/243256#M2322</guid>
      <dc:creator>paum</dc:creator>
      <dc:date>2024-04-19T06:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/262367#M2745</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/60344"&gt;@paum&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share how you setup this for Kubernetes environment? We have similar requirement of generating a heap dump for a process running on the container of kubernetes cluster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 03:21:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/262367#M2745</guid>
      <dc:creator>np9</dc:creator>
      <dc:date>2024-11-14T03:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/268953#M2868</link>
      <description>&lt;P&gt;Hey I hope you don't mind chiming in here,&lt;BR /&gt;&lt;BR /&gt;I have reached out to our product team and confirmed that this is not supported but can be suggested as a future enhancement via a product idea. I have asked that one of my clients who have also inquired about having memory dumps for container ActiveGates file and product idea. As soon as it is posted I highly recommend voting for this feature to warrant testing and investigation from the Dynatrace product management team.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;-Anthony (Dynatrace CSE)&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 18:15:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/268953#M2868</guid>
      <dc:creator>anthony_sciarin</dc:creator>
      <dc:date>2025-01-31T18:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/294804#M3484</link>
      <description>&lt;P&gt;DId anyone ever get this working? i.e.&amp;nbsp;&lt;SPAN&gt;Memory dump uploads for k8s?&lt;BR /&gt;&lt;/SPAN&gt;We currently manually find the file on the nodes/containers, and move them somewhere e.g. S3 or download it directly.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 10:22:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/294804#M3484</guid>
      <dc:creator>JoYu</dc:creator>
      <dc:date>2026-02-16T10:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory dump download for Kubernetes installations</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/295362#M3494</link>
      <description>&lt;P&gt;&lt;A href="https://community.dynatrace.com/t5/Product-ideas/Memory-dump-generation-and-upload-in-Kubernetes-Cloud-Native/idi-p/294944" target="_blank"&gt;https://community.dynatrace.com/t5/Product-ideas/Memory-dump-generation-and-upload-in-Kubernetes-Cloud-Native/idi-p/294944&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 17:05:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Memory-dump-download-for-Kubernetes-installations/m-p/295362#M3494</guid>
      <dc:creator>dyn98007</dc:creator>
      <dc:date>2026-02-26T17:05:26Z</dc:date>
    </item>
  </channel>
</rss>

