<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Iac on PAUL'S BLOG</title><link>https://paulyu.dev/tags/iac/</link><description>Recent content in Iac on PAUL'S BLOG</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 10 Mar 2025 13:00:00 +0000</lastBuildDate><atom:link href="https://paulyu.dev/tags/iac/index.xml" rel="self" type="application/rss+xml"/><item><title>Deploying AKS Automatic clusters with Pulumi: A step-by-step guide</title><link>https://paulyu.dev/article/deploying-aks-automatic-with-pulumi/</link><pubDate>Mon, 10 Mar 2025 13:00:00 +0000</pubDate><guid>https://paulyu.dev/article/deploying-aks-automatic-with-pulumi/</guid><description>&lt;p&gt;Yo! Let&amp;rsquo;s build an AKS Automatic cluster with Pulumi 🚀&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t already know, &lt;a href="https://www.pulumi.com/"&gt;Pulumi&lt;/a&gt; is a modern Infrastructure as Code (IaC) tool that allows you to use your favorite programming language to deploy and manage cloud resources. I like it because I can use &lt;a href="https://go.dev/"&gt;Go&lt;/a&gt; and the &lt;a href="https://www.pulumi.com/docs/iac/languages-sdks/go/"&gt;Pulumi Go SDK&lt;/a&gt; to write my infrastructure code. There are other languages supported like Python, TypeScript, .NET, and more so be sure to check out their &lt;a href="https://www.pulumi.com/docs/iac/languages-sdks/#pulumi-languages-sdks"&gt;docs&lt;/a&gt; for more information.&lt;/p&gt;</description></item><item><title>Sharing Bicep Modules with Azure Container Registry</title><link>https://paulyu.dev/article/sharing-bicep-modules-with-azure-container-registry/</link><pubDate>Tue, 11 Oct 2022 07:00:00 -0700</pubDate><guid>https://paulyu.dev/article/sharing-bicep-modules-with-azure-container-registry/</guid><description>&lt;p&gt;One of the things I do as a Cloud Native Advocate at Microsoft is build end-to-end lab scenarios in the &lt;a href="https://aka.ms/oss-labs"&gt;https://aka.ms/oss-labs&lt;/a&gt; repo. Most of the demo scenarios we aim to cover is in and around the container space and a majority of the labs uses &lt;a href="https://learn.microsoft.com/azure/azure-resource-manager/bicep/overview?tabs=bicep"&gt;Azure Bicep&lt;/a&gt; to declaratively provision Azure infrastructure. As more labs get spun up, there is a potential for redundant Bicep code. You might have already guessed, there&amp;rsquo;s a need for re-usable code to spin up AKS clusters.&lt;/p&gt;</description></item></channel></rss>