<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tutorials on Clouds, Containers &amp; Clarity</title>
    <link>https://invurted.com/tags/tutorials/</link>
    <description>Recent content in Tutorials on Clouds, Containers &amp; Clarity</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 19 Mar 2026 17:41:38 +1100</lastBuildDate>
    <atom:link href="https://invurted.com/tags/tutorials/index.xml" rel="self" type="application/rss+xml" />
    <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: 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>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>Iterating over providers in Opentofu</title>
      <link>https://invurted.com/tutorials/iterating-over-providers-in-opentofu/</link>
      <pubDate>Mon, 06 Oct 2025 12:49:31 +1100</pubDate>
      <guid>https://invurted.com/tutorials/iterating-over-providers-in-opentofu/</guid>
      <description>Learn how to use OpenTofu’s new for_each provider iteration feature to dynamically deploy infrastructure across multiple regions, accounts, or clouds. This tutorial includes step-by-step examples, advanced patterns, and modular DevOps integration strategies for scalable, maintainable IaC workflows.</description>
    </item>
    <item>
      <title>Docker approaches to multiple environments</title>
      <link>https://invurted.com/tutorials/docker-approaches-to-multiple-environments-a-practical-tutorial/</link>
      <pubDate>Wed, 17 Sep 2025 12:48:10 +1000</pubDate>
      <guid>https://invurted.com/tutorials/docker-approaches-to-multiple-environments-a-practical-tutorial/</guid>
      <description>Let&amp;rsquo;s have a look at a practical tutorial showing how to make use of multiple environments in Docker</description>
    </item>
    <item>
      <title>Mastering Terraform variables, outputs and local values for dynamic infrastructure</title>
      <link>https://invurted.com/tutorials/mastering-terraform-variables-outputs-and-local-values-for-dynamic-infrastructure/</link>
      <pubDate>Mon, 15 Sep 2025 15:30:14 +1000</pubDate>
      <guid>https://invurted.com/tutorials/mastering-terraform-variables-outputs-and-local-values-for-dynamic-infrastructure/</guid>
      <description>&lt;p&gt;Terraform has revolutionized the way organizations manage their cloud infrastructure, transitioning from manual, error-prone configurations (often referred to as &amp;ldquo;ClickOps&amp;rdquo;) to automated, code-driven workflows. This shift, known as Infrastructure as Code (IaC), allows infrastructure to be defined, provisioned, and managed using machine-readable definition files, applying software development practices like version control, testing, and automated deployment.&lt;/p&gt;&#xA;&lt;p&gt;At the heart of creating dynamic, reusable, and maintainable Terraform configurations are three fundamental concepts: variables (input variables), outputs, and local values. These elements enable you to write flexible code that can adapt to different environments and requirements without constant modification, making your infrastructure truly &amp;ldquo;as code&amp;rdquo;. This tutorial will guide you through mastering these essential Terraform components.&#xA;&lt;div class=&#34;toc&#34;&gt;&#xA;  &lt;nav id=&#34;TableOfContents&#34;&gt;&#xA;  &lt;ul&gt;&#xA;    &lt;li&gt;&#xA;      &lt;ul&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#1-terraform-variables-the-inputs-to-your-infrastructure&#34;&gt;1. Terraform variables: The inputs to your infrastructure&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#2-terraform-outputs-revealing-infrastructure-details&#34;&gt;2. Terraform outputs: revealing infrastructure details&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#3-terraform-local-values-intermediate-calculations-and-dry-principles&#34;&gt;3. Terraform local values: intermediate calculations and DRY principles&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#4-putting-it-all-together-building-dynamic-infrastructure&#34;&gt;4. Putting it all together: building dynamic infrastructure&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#5-best-practices-for-iac-maturity&#34;&gt;5. Best practices for IaC maturity&lt;/a&gt;&lt;/li&gt;&#xA;      &lt;/ul&gt;&#xA;    &lt;/li&gt;&#xA;  &lt;/ul&gt;&#xA;&lt;/nav&gt;&#xA;&lt;/div&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
