<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cloud Computing on My New Hugo Project</title><link>https://example.org/en/cloud/</link><description>Recent content in Cloud Computing on My New Hugo Project</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Blog Author</copyright><lastBuildDate>Mon, 17 Aug 2026 09:00:00 +0800</lastBuildDate><atom:link href="https://example.org/en/cloud/index.xml" rel="self" type="application/rss+xml"/><item><title>Managing Cloud Resources with Terraform</title><link>https://example.org/en/cloud/terraform-iac/</link><pubDate>Mon, 17 Aug 2026 09:00:00 +0800</pubDate><guid>https://example.org/en/cloud/terraform-iac/</guid><description>&lt;h2 class="relative group"&gt;Why IaC&#10; &lt;div id="why-iac" class="anchor"&gt;&lt;/div&gt;&#10; &#10; &lt;span&#10; class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;&#10; &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#why-iac" aria-label="Anchor"&gt;#&lt;/a&gt;&#10; &lt;/span&gt;&#10; &#10;&lt;/h2&gt;&#10;&lt;p&gt;Clicking through consoles is hard to reuse and audit. &lt;strong&gt;Infrastructure as code (IaC)&lt;/strong&gt; describes resources in code, making changes reviewable and reversible.&lt;/p&gt;</description></item><item><title>Cloud Computing Basics</title><link>https://example.org/en/cloud/cloud-basics/</link><pubDate>Sun, 16 Aug 2026 10:00:00 +0800</pubDate><guid>https://example.org/en/cloud/cloud-basics/</guid><description>&lt;h2 class="relative group"&gt;Three cloud service models&#10; &lt;div id="three-cloud-service-models" class="anchor"&gt;&lt;/div&gt;&#10; &#10; &lt;span&#10; class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;&#10; &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#three-cloud-service-models" aria-label="Anchor"&gt;#&lt;/a&gt;&#10; &lt;/span&gt;&#10; &#10;&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;IaaS&lt;/strong&gt; (Infrastructure as a Service): VMs, storage, and networking, e.g. AWS EC2&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;PaaS&lt;/strong&gt; (Platform as a Service): runtimes and middleware, e.g. Heroku&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;SaaS&lt;/strong&gt; (Software as a Service): ready-to-use applications, e.g. Gmail&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&#10;&lt;h2 class="relative group"&gt;Containers and Kubernetes&#10; &lt;div id="containers-and-kubernetes" class="anchor"&gt;&lt;/div&gt;&#10; &#10; &lt;span&#10; class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;&#10; &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#containers-and-kubernetes" aria-label="Anchor"&gt;#&lt;/a&gt;&#10; &lt;/span&gt;&#10; &#10;&lt;/h2&gt;&#10;&lt;p&gt;Containers (e.g. Docker) package an app with its dependencies for environment consistency; Kubernetes handles orchestration, scaling, and self-healing.&lt;/p&gt;</description></item><item><title>Docker Containerization Basics</title><link>https://example.org/en/cloud/docker-basics/</link><pubDate>Sun, 16 Aug 2026 09:00:00 +0800</pubDate><guid>https://example.org/en/cloud/docker-basics/</guid><description>&lt;h2 class="relative group"&gt;The problem containers solve&#10; &lt;div id="the-problem-containers-solve" class="anchor"&gt;&lt;/div&gt;&#10; &#10; &lt;span&#10; class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;&#10; &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-problem-containers-solve" aria-label="Anchor"&gt;#&lt;/a&gt;&#10; &lt;/span&gt;&#10; &#10;&lt;/h2&gt;&#10;&lt;p&gt;&amp;ldquo;It works on my machine&amp;rdquo; — environment drift is an ops nightmare. Containers package the app with its runtime into an &lt;strong&gt;image&lt;/strong&gt; that runs anywhere.&lt;/p&gt;</description></item></channel></rss>