<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cloud on Clouds, Containers &amp; Clarity</title>
    <link>https://invurted.com/categories/cloud/</link>
    <description>Recent content in Cloud on Clouds, Containers &amp; Clarity</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 21 May 2026 00:00:00 +1000</lastBuildDate>
    <atom:link href="https://invurted.com/categories/cloud/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Module 1: What is Puppet and why use it?</title>
      <link>https://invurted.com/series/puppet-series-1/what-is-puppet/</link>
      <pubDate>Sun, 05 Apr 2026 17:13:01 +1100</pubDate>
      <guid>https://invurted.com/series/puppet-series-1/what-is-puppet/</guid>
      <description>An introduction to configuration management and where Puppet fits in the modern IaC landscape. Covers the problem of configuration drift, how Puppet&amp;rsquo;s declarative model differs from imperative scripting, and how it compares to tools like Ansible and Chef. Closes with a look at Puppet&amp;rsquo;s agent/server architecture and guidance on when Puppet is the right tool for the job.</description>
    </item>
    <item>
      <title>Kubernetes Introduction: Core Concepts, Architecture, and Best Practices</title>
      <link>https://invurted.com/series/kubernetes-series-1/kubernetes-introduction-core-concepts-architecture-best-practices/</link>
      <pubDate>Sat, 10 Jan 2026 13:40:38 +1100</pubDate>
      <guid>https://invurted.com/series/kubernetes-series-1/kubernetes-introduction-core-concepts-architecture-best-practices/</guid>
      <description>A practical, intermediate tutorial that explains Kubernetes fundamentals, control plane components, pod networking, and real-world best practices for deploying and scaling containerized applications.</description>
    </item>
    <item>
      <title>Module 1: Introduction to Terraform on Azure</title>
      <link>https://invurted.com/series/terraform-series-1/introduction-to-terraform-on-azure/</link>
      <pubDate>Tue, 07 Oct 2025 17:13:01 +1100</pubDate>
      <guid>https://invurted.com/series/terraform-series-1/introduction-to-terraform-on-azure/</guid>
      <description>Welcome to the first module in our Azure Terraform Tutorial series. This guide lays the foundation for provisioning and managing infrastructure on Microsoft Azure using Terraform — the open-source Infrastructure as Code (IaC) tool from HashiCorp.</description>
    </item>
    <item>
      <title>Module 2: Install Puppet Server and Connect Your First Puppet Agent</title>
      <link>https://invurted.com/series/puppet-series-1/install-puppet-server-connect-first-agent/</link>
      <pubDate>Thu, 21 May 2026 17:13:01 +1100</pubDate>
      <guid>https://invurted.com/series/puppet-series-1/install-puppet-server-connect-first-agent/</guid>
      <description>A practical tutorial for installing Puppet Server, connecting your first Puppet agent node, signing the agent certificate, creating a test manifest, and troubleshooting the first agent run.</description>
    </item>
    <item>
      <title>Module 2: Provisioning Core Azure Resources With Terraform</title>
      <link>https://invurted.com/series/terraform-series-1/provisioning-core-azure-resources-with-terraform/</link>
      <pubDate>Sat, 11 Oct 2025 16:08:50 +1100</pubDate>
      <guid>https://invurted.com/series/terraform-series-1/provisioning-core-azure-resources-with-terraform/</guid>
      <description>Hands‑on guide to provisioning Azure Resource Groups, Virtual Networks, Subnets, Public IPs, Network Interfaces, and a Linux VM using the azurerm Terraform provider. Covers project layout, terraform init/plan/apply/destroy workflow, authentication (Azure CLI, Service Principal, Managed Identity), SSH best practices, and security recommendations for keys and state.</description>
    </item>
    <item>
      <title>Module 3: Terraform secrets state and remote backends tutorial</title>
      <link>https://invurted.com/series/terraform-series-1/terraform-secrets-state-and-remote-backends-tutorial/</link>
      <pubDate>Sat, 18 Oct 2025 10:22:50 +1100</pubDate>
      <guid>https://invurted.com/series/terraform-series-1/terraform-secrets-state-and-remote-backends-tutorial/</guid>
      <description>This comprehensive tutorial covers best practices for managing secrets, state, and remote backends in Terraform, focusing specifically on using Azure Storage for remote state management.</description>
    </item>
    <item>
      <title>Module 4: Modularisation and Reusability in Terraform</title>
      <link>https://invurted.com/series/terraform-series-1/modularisation-and-reusability-in-terraform/</link>
      <pubDate>Sat, 01 Nov 2025 11:19:42 +1100</pubDate>
      <guid>https://invurted.com/series/terraform-series-1/modularisation-and-reusability-in-terraform/</guid>
      <description>Below is a detailed tutorial demonstrating modularization, dynamic infrastructure creation, and publication practices, structured using our previous examples.</description>
    </item>
    <item>
      <title>Module 5: Terraform CI/CD Environments and Production Workflows on Azure</title>
      <link>https://invurted.com/series/terraform-series-1/terraform-ci-cd-environments-and-production-workflows-on-azure/</link>
      <pubDate>Tue, 23 Dec 2025 18:00:03 +1100</pubDate>
      <guid>https://invurted.com/series/terraform-series-1/terraform-ci-cd-environments-and-production-workflows-on-azure/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Overview&lt;/strong&gt;&#xA;Module 5 completes the &lt;strong&gt;Azure Terraform: From Zero to Production&lt;/strong&gt; series by shifting focus from &lt;em&gt;writing Terraform&lt;/em&gt; to &lt;strong&gt;operating Terraform safely in real-world Azure environments&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;While HashiCorp Configuration Language (HCL) enables infrastructure definition, production readiness requires far more:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Strong separation between environments&lt;/li&gt;&#xA;&lt;li&gt;Automated CI/CD delivery pipelines&lt;/li&gt;&#xA;&lt;li&gt;Secure authentication&lt;/li&gt;&#xA;&lt;li&gt;Change validation and policy enforcement&lt;/li&gt;&#xA;&lt;li&gt;Resilience against failure and human error&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;By the end of this module, you move from:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;“I can write Terraform”&lt;/em&gt;&lt;br&gt;&#xA;to&lt;br&gt;&#xA;&lt;strong&gt;“I can run Terraform in production with confidence.”&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Manage Terraform State in a Large Team</title>
      <link>https://invurted.com/articles/how-to-manage-terraform-state-in-a-large-team/</link>
      <pubDate>Thu, 19 Mar 2026 17:41:38 +1100</pubDate>
      <guid>https://invurted.com/articles/how-to-manage-terraform-state-in-a-large-team/</guid>
      <description>Prevent Terraform state conflicts in team environments with remote backends and state locking. Learn step-by-step configuration for S3, Azure Blob Storage, and Terraform Cloud, plus proven workflows for large teams managing multi-environment infrastructure. Includes troubleshooting guide for common state file errors.</description>
    </item>
    <item>
      <title>The architect&#39;s roadmap to mastering Kubernetes orchestration</title>
      <link>https://invurted.com/series/kubernetes-series-1/</link>
      <pubDate>Wed, 24 Dec 2025 11:50:55 +1100</pubDate>
      <guid>https://invurted.com/series/kubernetes-series-1/</guid>
      <description>Master Kubernetes from the ground up with this comprehensive 7-module series. Learn container orchestration, from local setup and basic workloads to production-grade deployments with autoscaling, observability, and security. Perfect for developers, DevOps engineers, and architects building cloud-native infrastructure.</description>
    </item>
    <item>
      <title>Azure Terraform tutorial: From zero to production</title>
      <link>https://invurted.com/series/terraform-series-1/</link>
      <pubDate>Tue, 07 Oct 2025 16:25:43 +1100</pubDate>
      <guid>https://invurted.com/series/terraform-series-1/</guid>
      <description>Master Azure infrastructure automation with this comprehensive Terraform tutorial series. Progress from basic resource provisioning to production-grade deployments using modular design, remote state management, CI/CD pipelines, and Azure-native integrations. Learn to deploy Resource Groups, VNets, VMs, AKS clusters, and storage accounts with reusable, testable Terraform modules.</description>
    </item>
    <item>
      <title>Getting started with Puppet: A beginner to production tutorial series</title>
      <link>https://invurted.com/series/puppet-series-1/</link>
      <pubDate>Tue, 07 Oct 2025 16:25:43 +1100</pubDate>
      <guid>https://invurted.com/series/puppet-series-1/</guid>
      <description>A structured, seven-part series taking you from zero Puppet knowledge to a production-ready configuration management workflow. Covers core concepts, manifest writing, module structure, dynamic data with Facter and Hiera, the Roles and Profiles pattern, and safe CI/CD deployment. This is everything you need to manage infrastructure at scale with confidence.</description>
    </item>
    <item>
      <title>Deploy Azure like a pro: your first Terraform main.tf made simple</title>
      <link>https://invurted.com/tutorials/getting-started-terraform-azure-main-tf/</link>
      <pubDate>Thu, 04 Sep 2025 17:43:02 +1000</pubDate>
      <guid>https://invurted.com/tutorials/getting-started-terraform-azure-main-tf/</guid>
      <description>Kickstart your Azure infrastructure journey with this beginner-friendly Terraform tutorial. Learn how to craft a clean, modular main.tf</description>
    </item>
  </channel>
</rss>
