<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Deployments on marktaguiad.dev</title>
    <link>https://marktaguiad.dev/tags/deployments/</link>
    <description>Recent content in Deployments on marktaguiad.dev</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>marktaguiad@marktaguiad.dev (Mark Taguiad)</managingEditor>
    <webMaster>marktaguiad@marktaguiad.dev (Mark Taguiad)</webMaster>
    <copyright>marktaguiad.dev</copyright>
    <lastBuildDate>Fri, 06 Mar 2026 23:07:51 +0800</lastBuildDate>
    <atom:link href="https://marktaguiad.dev/tags/deployments/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Deployments</title>
      <link>https://marktaguiad.dev/post/k8s-notes-part6/</link>
      <pubDate>Fri, 06 Mar 2026 23:07:51 +0800</pubDate><author>marktaguiad@marktaguiad.dev (Mark Taguiad)</author>
      <guid>https://marktaguiad.dev/post/k8s-notes-part6/</guid>
      <description>&lt;p&gt;&lt;img&#xA;  class=&#34;theme-image&#34;&#xA;  src=&#34;https://marktaguiad.dev/images/devops/k8s-notes/k8s-notes-deployment-001.png&#34;&#xA;  data-light=&#34;/images/devops/k8s-notes/k8s-notes-deployment-001.png&#34;&#xA;  data-dark=&#34;/images/devops/k8s-notes/k8s-notes-deployment-dark-001.png&#34;&#xA;  alt=&#34;Architecture Diagram&#34;&#xA;&gt;&#xA;&#xA;In Kubernetes, ReplicaSets ensure that a specific number of Pods are always running. However, most real applications need to be updated frequently. This is where Deployments come in.&lt;/p&gt;&#xA;&lt;p&gt;A Deployment is a higher-level Kubernetes resource that manages ReplicaSets and allows applications to be updated, scaled, and rolled back safely.&lt;/p&gt;&#xA;&lt;h1 id=&#34;table-of-contents&#34;&gt;Table of Contents&lt;/h1&gt;&#xA;&lt;nav id=&#34;TableOfContents&#34;&gt;&#xA;  &lt;ol&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#why-deployment&#34;&gt;Why Deployment?&lt;/a&gt;&#xA;      &lt;ol&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#architecture&#34;&gt;Architecture&lt;/a&gt;&lt;/li&gt;&#xA;      &lt;/ol&gt;&#xA;    &lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#example-of-deployment-systems&#34;&gt;Example of Deployment Systems&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#create-deployment&#34;&gt;Create Deployment&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#rolling-updates&#34;&gt;Rolling Updates&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#rollbacks&#34;&gt;Rollbacks&lt;/a&gt;&lt;/li&gt;&#xA;  &lt;/ol&gt;&#xA;&lt;/nav&gt;&#xA;&lt;h3 id=&#34;why-deployment&#34;&gt;Why Deployment?&lt;/h3&gt;&#xA;&lt;p&gt;ReplicaSets ensure that the correct number of Pods are running, but they do not provide advanced update mechanisms.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
