<?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 Kubernetes: Can Dynatrace generate requests/limits recommendations ? (like does VPA Recommander) in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Kubernetes-Can-Dynatrace-generate-requests-limits/m-p/247378#M32615</link>
    <description>&lt;P&gt;Hello Dynatrace Community !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use Kubernetes.&lt;/P&gt;&lt;P&gt;At the company I work for, the development teams struggle to define good requests/limits for their workloads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can Dynatrace generate requests/limits recommendations for k8s workloads ? (like does&amp;nbsp;&lt;A href="https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/pkg/recommender/README.md" target="_self"&gt;VPA Recommander)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here an &lt;A href="https://www.densify.com/kubernetes-autoscaling/kubernetes-vpa/" target="_self"&gt;example&lt;/A&gt;&amp;nbsp;of some recommendations returned by VPA Recommander.&lt;/P&gt;&lt;PRE&gt;recommendation:
  containerRecommendations:
  - containerName: nginx
    lowerBound:
      cpu: 40m
      memory: 3100k
    target:
      cpu: 60m
      memory: 3500k
    upperBound:
      cpu: 831m
      memory: 8000k&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't found a Dynatrace feature that accomplish that specifically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can create a custom Dynatrace dashboard based on cpu/memory metrics real usage, with some logic that I would define myself (e.g. to ignore extreme values), but I would prefer to use an existing feature already renowned to work well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much !&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frank B.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 02:22:43 GMT</pubDate>
    <dc:creator>frankbou</dc:creator>
    <dc:date>2024-06-05T02:22:43Z</dc:date>
    <item>
      <title>Kubernetes: Can Dynatrace generate requests/limits recommendations ? (like does VPA Recommander)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Kubernetes-Can-Dynatrace-generate-requests-limits/m-p/247378#M32615</link>
      <description>&lt;P&gt;Hello Dynatrace Community !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use Kubernetes.&lt;/P&gt;&lt;P&gt;At the company I work for, the development teams struggle to define good requests/limits for their workloads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can Dynatrace generate requests/limits recommendations for k8s workloads ? (like does&amp;nbsp;&lt;A href="https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/pkg/recommender/README.md" target="_self"&gt;VPA Recommander)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here an &lt;A href="https://www.densify.com/kubernetes-autoscaling/kubernetes-vpa/" target="_self"&gt;example&lt;/A&gt;&amp;nbsp;of some recommendations returned by VPA Recommander.&lt;/P&gt;&lt;PRE&gt;recommendation:
  containerRecommendations:
  - containerName: nginx
    lowerBound:
      cpu: 40m
      memory: 3100k
    target:
      cpu: 60m
      memory: 3500k
    upperBound:
      cpu: 831m
      memory: 8000k&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't found a Dynatrace feature that accomplish that specifically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can create a custom Dynatrace dashboard based on cpu/memory metrics real usage, with some logic that I would define myself (e.g. to ignore extreme values), but I would prefer to use an existing feature already renowned to work well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much !&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frank B.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 02:22:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Kubernetes-Can-Dynatrace-generate-requests-limits/m-p/247378#M32615</guid>
      <dc:creator>frankbou</dc:creator>
      <dc:date>2024-06-05T02:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes: Can Dynatrace generate requests/limits recommendations ? (like does VPA Recommander)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Kubernetes-Can-Dynatrace-generate-requests-limits/m-p/247399#M32622</link>
      <description>&lt;P&gt;May I suggest a reading?&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/container-platform-monitoring/kubernetes-app/use-cases/resource-optimization" target="_blank"&gt;https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/container-platform-monitoring/kubernetes-app/use-cases/resource-optimization&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 06:52:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Kubernetes-Can-Dynatrace-generate-requests-limits/m-p/247399#M32622</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-06-05T06:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kubernetes: Can Dynatrace generate requests/limits recommendations ? (like does VPA Recommander)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Kubernetes-Can-Dynatrace-generate-requests-limits/m-p/247465#M32629</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40713"&gt;@PacoPorro&lt;/a&gt;&amp;nbsp; !&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 15:03:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Kubernetes-Can-Dynatrace-generate-requests-limits/m-p/247465#M32629</guid>
      <dc:creator>frankbou</dc:creator>
      <dc:date>2024-06-05T15:03:06Z</dc:date>
    </item>
  </channel>
</rss>

