<?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: Need guidance on Best Practice for ActiveGate Container on Kubernetes connecting to Dynatrace SaaS in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Best-practice-for-ActiveGate-Container-on-Kubernetes-connecting/m-p/280918#M3199</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/30862"&gt;@AskMe-Solutions&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a fall back communication I always implement a fw rule between the worker nodes and Saas or Managed 443 (if it is allowed). If something would happen the AG you still have OA information.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;János&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jul 2025 07:45:39 GMT</pubDate>
    <dc:creator>Mizső</dc:creator>
    <dc:date>2025-07-07T07:45:39Z</dc:date>
    <item>
      <title>Best practice for ActiveGate Container on Kubernetes connecting to Dynatrace SaaS</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Best-practice-for-ActiveGate-Container-on-Kubernetes-connecting/m-p/280667#M3196</link>
      <description>&lt;P&gt;Hi Dynatrace team and community,&lt;/P&gt;
&lt;P&gt;I am currently deploying &lt;STRONG&gt;Dynatrace OneAgent in a Kubernetes cluster&lt;/STRONG&gt;, along with an &lt;STRONG&gt;ActiveGate container (running as a Pod)&lt;/STRONG&gt;. I have two different traffic flow designs for how the ActiveGate connects to Dynatrace SaaS, and I would like your recommendation on which one is the best practice or officially supported.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Picture 1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AskMeSolutions_0-1751528403786.png" style="width: 676px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28789i4D7D2A0CE5F91223/image-dimensions/676x335?v=v2" width="676" height="335" role="button" title="AskMeSolutions_0-1751528403786.png" alt="AskMeSolutions_0-1751528403786.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Each &lt;STRONG&gt;Worker Node&lt;/STRONG&gt; sends OneAgent data to the &lt;STRONG&gt;ActiveGate Container&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The &lt;STRONG&gt;ActiveGate Container&lt;/STRONG&gt; then forwards the data to the &lt;STRONG&gt;Environment ActiveGate&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Finally, the data is sent to &lt;STRONG&gt;Dynatrace SaaS&lt;/STRONG&gt; directly over &lt;STRONG&gt;HTTPS (port 443)&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Picture 2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AskMeSolutions_1-1751528412607.png" style="width: 665px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28790i800ADDE020FA2758/image-dimensions/665x351?v=v2" width="665" height="351" role="button" title="AskMeSolutions_1-1751528412607.png" alt="AskMeSolutions_1-1751528412607.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Each &lt;STRONG&gt;Worker Node&lt;/STRONG&gt; sends OneAgent data to the &lt;STRONG&gt;ActiveGate Container&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The &lt;STRONG&gt;ActiveGate Container&lt;/STRONG&gt; sends data to &lt;STRONG&gt;Dynatrace SaaS&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;My Questions:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Between Picture 1 and Picture 2, which one is the &lt;STRONG&gt;best practice&lt;/STRONG&gt; when deploying ActiveGate as a container on Kubernetes?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In the case of Picture 2 (proxy):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Is it &lt;STRONG&gt;acceptable and supported&lt;/STRONG&gt; to have the ActiveGate container send data via a proxy?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Do &lt;STRONG&gt;all Worker Nodes&lt;/STRONG&gt; need outbound proxy access, or &lt;STRONG&gt;only the nodes running ActiveGate&lt;/STRONG&gt;?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Are there &lt;STRONG&gt;advantages or trade-offs&lt;/STRONG&gt; in terms of &lt;STRONG&gt;security, scalability, maintenance, or performance&lt;/STRONG&gt; between the two designs?&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Thank you in advance for your support and recommendations&lt;BR /&gt;(I’ve attached both &lt;STRONG&gt;Picture 1&lt;/STRONG&gt; and &lt;STRONG&gt;Picture 2&lt;/STRONG&gt; diagrams for clarity.)&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 11:48:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Best-practice-for-ActiveGate-Container-on-Kubernetes-connecting/m-p/280667#M3196</guid>
      <dc:creator>AskMe-Solutions</dc:creator>
      <dc:date>2025-12-17T11:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need guidance on Best Practice for ActiveGate Container on Kubernetes connecting to Dynatrace SaaS</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Best-practice-for-ActiveGate-Container-on-Kubernetes-connecting/m-p/280877#M3197</link>
      <description>&lt;P&gt;Case 1 is officially unsupported. You must not route AG traffic via another Environment AG.&amp;nbsp;&lt;BR /&gt;On the other hand traffic via HTTP proxies is possible and supported.&lt;BR /&gt;&lt;BR /&gt;Best practice is to deploy AG into the K8S environment as part of the Dynatrace Operator deployment and route OA traffic to SaaS using this ActiveGate(s) (standard behaviour). If an HTTP proxy is required for outbound communication, for example due to network policies, it can be configured in DynaKube directly.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 20:38:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Best-practice-for-ActiveGate-Container-on-Kubernetes-connecting/m-p/280877#M3197</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-07-04T20:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need guidance on Best Practice for ActiveGate Container on Kubernetes connecting to Dynatrace SaaS</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Best-practice-for-ActiveGate-Container-on-Kubernetes-connecting/m-p/280918#M3199</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/30862"&gt;@AskMe-Solutions&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a fall back communication I always implement a fw rule between the worker nodes and Saas or Managed 443 (if it is allowed). If something would happen the AG you still have OA information.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;János&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 07:45:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Best-practice-for-ActiveGate-Container-on-Kubernetes-connecting/m-p/280918#M3199</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2025-07-07T07:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need guidance on Best Practice for ActiveGate Container on Kubernetes connecting to Dynatrace SaaS</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Best-practice-for-ActiveGate-Container-on-Kubernetes-connecting/m-p/281015#M3205</link>
      <description>&lt;P&gt;Hi all, and thank you &lt;A target="_new" rel="noopener"&gt;@Julius_Loma&lt;/A&gt; and &lt;A target="_new" rel="noopener"&gt;@Mizső&lt;/A&gt; for your previous insights.&lt;/P&gt;&lt;P&gt;I have a follow-up scenario based on the discussion here.&lt;/P&gt;&lt;P&gt;We are running an &lt;STRONG&gt;on-premise Kubernetes environment&lt;/STRONG&gt; where:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AskMeSolutions_0-1751958064588.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28866iADE361899034F040/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AskMeSolutions_0-1751958064588.png" alt="AskMeSolutions_0-1751958064588.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The &lt;STRONG&gt;in-cluster ActiveGate container cannot access the internet&lt;/STRONG&gt;, so it cannot send data to Dynatrace SaaS directly.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;We also &lt;STRONG&gt;cannot define an HTTP proxy&lt;/STRONG&gt; in the DynaKube CRD (due to policy restrictions or lack of proxy infrastructure).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Given that &lt;STRONG&gt;both outbound direct access and proxy-based access are not allowed&lt;/STRONG&gt;, what are the &lt;STRONG&gt;available options&lt;/STRONG&gt; to make Dynatrace work in this kind of environment?&lt;/P&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AskMeSolutions_3-1751957736242.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28865iFBD83067F9D911B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AskMeSolutions_3-1751957736242.png" alt="AskMeSolutions_3-1751957736242.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Can we route data from &lt;STRONG&gt;OneAgent (inside the K8s cluster)&lt;/STRONG&gt; through the internal network to an &lt;STRONG&gt;external Environment ActiveGate&lt;/STRONG&gt; (e.g., deployed in a DMZ or management network that has internet access)?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any guidance, architecture recommendation, or documentation regarding &lt;STRONG&gt;air-gapped or network-restricted Kubernetes environments&lt;/STRONG&gt; would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 07:01:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Best-practice-for-ActiveGate-Container-on-Kubernetes-connecting/m-p/281015#M3205</guid>
      <dc:creator>AskMe-Solutions</dc:creator>
      <dc:date>2025-07-08T07:01:18Z</dc:date>
    </item>
  </channel>
</rss>

