<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aron Fyodor Asor</title>
    <description>The latest articles on DEV Community by Aron Fyodor Asor (@aronasorman).</description>
    <link>https://dev.to/aronasorman</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F277861%2F05a501a3-4877-416a-8f54-c4eebba40211.jpg</url>
      <title>DEV Community: Aron Fyodor Asor</title>
      <link>https://dev.to/aronasorman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aronasorman"/>
    <language>en</language>
    <item>
      <title>My top 4 takeaways from Kubecon 2019</title>
      <dc:creator>Aron Fyodor Asor</dc:creator>
      <pubDate>Sat, 23 Nov 2019 03:05:04 +0000</pubDate>
      <link>https://dev.to/aronasorman/my-top-4-takeaways-from-kubecon-2019-4g7g</link>
      <guid>https://dev.to/aronasorman/my-top-4-takeaways-from-kubecon-2019-4g7g</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;p&gt;When your pod is terminating, it takes a while for requests to stop hitting your pod. In your pod definitions, always have a &lt;code&gt;preStop&lt;/code&gt; with &lt;code&gt;sleep 20&lt;/code&gt; to allow Endpoint changes to propagate. After &lt;code&gt;preStop&lt;/code&gt; is when Kubernetes hits your containers with a &lt;code&gt;SIGTERM&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Always have CPU requests. Be very wary of CPU limits -- don't add them unless you really need to. This allows your container to use more CPU when it's available. But when CPU pressure comes in, your app is guaranteed the amount of CPU cycles it requested.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A corollary to the above: there is always tension between your cluster's utilization and stability. You can increase your utilization rate i.e. by increasing the difference between requests and limits. But that ups the chance of eviction. Reduce utilization, and you'll see less evictions. Find the balance for you.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Automation is not the end-all-be-all. When your automation doesn't work, someone has to fix it after all.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>kubernetes</category>
      <category>devops</category>
    </item>
    <item>
      <title>Testing testing</title>
      <dc:creator>Aron Fyodor Asor</dc:creator>
      <pubDate>Sat, 23 Nov 2019 02:56:33 +0000</pubDate>
      <link>https://dev.to/aronasorman/testing-testing-29bi</link>
      <guid>https://dev.to/aronasorman/testing-testing-29bi</guid>
      <description>&lt;p&gt;Hello world! How is this different from medium or reddit?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
