<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Kubernetes on Francesco Farina</title>
    <link>https://indiependente.dev/tags/kubernetes/</link>
    <description>Recent content in Kubernetes on Francesco Farina</description>
    <generator>Hugo -- 0.145.0</generator>
    <language>en</language>
    <lastBuildDate>Tue, 02 Jan 2024 13:43:54 +0000</lastBuildDate>
    <atom:link href="https://indiependente.dev/tags/kubernetes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Requests &amp; Limits</title>
      <link>https://indiependente.dev/posts/2022/09/kubernetes-requests-limits/</link>
      <pubDate>Thu, 15 Sep 2022 13:39:00 +0000</pubDate>
      <guid>https://indiependente.dev/posts/2022/09/kubernetes-requests-limits/</guid>
      <description>&lt;p&gt;&lt;em&gt;This document is the result of research on the topic of CPU/Memory Limits and Requests for Kubernetes, to provide engineers with a better understanding of how such configuration work and can affect the execution and performance of services.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Requests and Limits are the mechanisms k8s uses to control the utilisation of resources such as CPU and memory.&lt;/p&gt;
&lt;p&gt;Requests are what the container is &lt;strong&gt;guaranteed&lt;/strong&gt; to get. If a container requests a resource, the &lt;em&gt;kube-scheduler&lt;/em&gt; will only schedule it on a node that can give it that resource.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
