<?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>Readiness on The IT Hollow</title>
    <link>https://theithollow.com/tags/readiness/</link>
    <description>Recent content in Readiness on The IT Hollow</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 18 May 2020 14:00:00 +0000</lastBuildDate>
    <atom:link href="https://theithollow.com/tags/readiness/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Liveness and Readiness Probes</title>
      <link>https://theithollow.com/2020/05/18/kubernetes-liveness-and-readiness-probes/</link>
      <pubDate>Mon, 18 May 2020 14:00:00 +0000</pubDate>
      <guid>https://theithollow.com/2020/05/18/kubernetes-liveness-and-readiness-probes/</guid>
      <description>&lt;p&gt;Just because a container is in a running state, does not mean that the process running within that container is functional. We can use Kubernetes Readiness and Liveness probes to determine whether an application is ready to receive traffic or not.&lt;/p&gt;
&lt;h2 id=&#34;liveness-and-readiness-probes---the-theory&#34;&gt;Liveness and Readiness Probes - The Theory&lt;/h2&gt;
&lt;p&gt;On each node of a Kubernetes cluster there is a Kubelet running which manages the pods on that particular node. Its responsible for getting images pulled down to the node, reporting the node&amp;rsquo;s health, and restarting failed containers. But how does the Kubelet know if there is a failed container?&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
