<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kubernetes on Steve Xuereb</title>
    <link>https://steve.mt/tags/kubernetes/</link>
    <description>Recent content in Kubernetes on Steve Xuereb</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 25 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://steve.mt/tags/kubernetes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Conditions</title>
      <link>https://steve.mt/blog/2026-06-25-kubernetes-conditions/</link>
      <pubDate>Thu, 25 Jun 2026 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2026-06-25-kubernetes-conditions/</guid>
      <description>Many Kubernetes resources show conditions in their status. You can quickly view them with kubectl describe.
$ kubectl describe pod/nginx ... Conditions: Type Status PodReadyToStartContainers True Initialized True Ready True ContainersReady True PodScheduled True ... Conditions appear as a list. Each condition type represents a separate observation about the resource, not a step in one shared state machine. You generally cannot summarize a resource by assuming all conditions should be True; some condition types use False as the healthy value.</description>
    </item>
    
    <item>
      <title>Kubernetes Downward API</title>
      <link>https://steve.mt/blog/2024-02-20-til-resourcefieldref/</link>
      <pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2024-02-20-til-resourcefieldref/</guid>
      <description>Demonstrates using the Kubernetes Downward API to inject resource-derived env vars like GOMAXPROCS without hitting the API server.</description>
    </item>
    
    <item>
      <title>Deploy long-running tasks on Kubernetes</title>
      <link>https://steve.mt/blog/2020-08-16-k8s-deploy-long-running-tasks/</link>
      <pubDate>Sun, 16 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://steve.mt/blog/2020-08-16-k8s-deploy-long-running-tasks/</guid>
      <description>Recommends rainbow deployments so long-running pods (like GitLab Runner) stay observable while new versions roll out.</description>
    </item>
    
  </channel>
</rss>
