<?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: How often does Kubernetes container pods pull OneAgent image from Dynatrace server? in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205431#M1503</link>
    <description>&lt;P&gt;That's good information!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, there is a concern for the bandwidth utilization as the image will be pulled each time a pod is started. What's the approximate file size of the image?&lt;/P&gt;</description>
    <pubDate>Thu, 23 Feb 2023 00:55:42 GMT</pubDate>
    <dc:creator>mengsuan_koe1</dc:creator>
    <dc:date>2023-02-23T00:55:42Z</dc:date>
    <item>
      <title>How often does Kubernetes container pods pull OneAgent image from Dynatrace server?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205277#M1500</link>
      <description>&lt;P&gt;I have Dynatrace Managed server on-prem and also monitoring some Kubernetes on the cloud. Does&amp;nbsp;&lt;SPAN&gt;Kubernetes pull the OneAgent image from Dynatrace Managed server each time an application pod is created, or is the OneAgent image cached within the Dynatrace operator?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 08:39:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205277#M1500</guid>
      <dc:creator>mengsuan_koe1</dc:creator>
      <dc:date>2023-02-22T08:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: How often does Kubernetes container pods pull OneAgent image from Dynatrace server?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205302#M1501</link>
      <description>&lt;P&gt;As I know -&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;each time. Others will correct me if I am wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To reduce traffic you can upload image to Cloud repository and define image in DynaKube.yaml, but update version in that case will be manual.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 08:25:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205302#M1501</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2023-02-22T08:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: How often does Kubernetes container pods pull OneAgent image from Dynatrace server?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205331#M1502</link>
      <description>&lt;P&gt;IIRC the&amp;nbsp;imagePullPolicy is set to always, so it will pull the image each time a pod is started, even if the image is already present.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 11:31:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205331#M1502</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2023-02-22T11:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: How often does Kubernetes container pods pull OneAgent image from Dynatrace server?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205431#M1503</link>
      <description>&lt;P&gt;That's good information!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, there is a concern for the bandwidth utilization as the image will be pulled each time a pod is started. What's the approximate file size of the image?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 00:55:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205431#M1503</guid>
      <dc:creator>mengsuan_koe1</dc:creator>
      <dc:date>2023-02-23T00:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How often does Kubernetes container pods pull OneAgent image from Dynatrace server?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205446#M1504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/39409"&gt;@mengsuan_koe1&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;which deployment option are you using in your Dynakube (classic full-stack vs cloud-native full-stack; assuming you are referring to full-stack monitoring)?&lt;BR /&gt;&lt;BR /&gt;Ad "&lt;SPAN&gt;each time an application pod is created":&lt;BR /&gt;&lt;/SPAN&gt;Are you referring to the OneAgent pod (default-namespace: Dynatrace, DaemonSet) or your applications pods (in your namespaces)?&lt;BR /&gt;&lt;BR /&gt;For classic full-stack, the OneAgent image is downloaded by the container runtime (namespace: dynatrace). The injection into your application pods (your namespace) does not require any additional images/bandwidth.&lt;BR /&gt;&lt;BR /&gt;For cloud-native, there is a difference between the OneAgent image and the code-modules image. While the OneAgent image is downloaded by the container runtime, the code-modules image is downloaded and managed by the CSI driver. The injection of the code-modules into your application pods is again leveraging the CSI driver (CSI volume) -&amp;gt; no additional image downloads/bandwidth. (The init container uses the container image from the Operator which is cached by the CR).&lt;BR /&gt;&lt;BR /&gt;All container images are cached by the ActiveGate on your Dynatrace managed cluster.&lt;BR /&gt;&lt;BR /&gt;Hope that helps!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 08:00:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/205446#M1504</guid>
      <dc:creator>stefan_penner</dc:creator>
      <dc:date>2023-02-23T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How often does Kubernetes container pods pull OneAgent image from Dynatrace server?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/267801#M2857</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I'm having a node disk pressure issue when a new pod is created each time and it is pulling the operator image all the time because its using&amp;nbsp;&lt;SPAN&gt;imagePullPolicy is set to always and filing the disk space.&lt;BR /&gt;&lt;BR /&gt;I'm using cloudNative with CSI. In the CSI yaml we have 4 containers all of them have&amp;nbsp;imagePullPolicy is set to always.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;A href="https://github.com/Dynatrace/dynatrace-operator/releases/latest/download/kubernetes-csi.yaml" target="_self"&gt;https://github.com/Dynatrace/dynatrace-operator/releases/latest/download/kubernetes-csi.yaml&lt;/A&gt;&lt;/PRE&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;is it okay to set imagePullPolicy is set to IfNotPresent in the yaml? since it always pull whataever the operator version is using.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 15:53:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/How-often-does-Kubernetes-container-pods-pull-OneAgent-image/m-p/267801#M2857</guid>
      <dc:creator>mereddy22</dc:creator>
      <dc:date>2025-01-17T15:53:52Z</dc:date>
    </item>
  </channel>
</rss>

