Deploying AKS Automatic with Pulumi: A step-by-step guide
Yo! Been a while since I last wrote here. Been busy with stuff but I’m back with a new article. This time, I’m going to show you how to deploy an AKS Automatic cluster with Pulumi.
If you don’t already know, Pulumi 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 Go and the Pulumi Go SDK to write my infrastructure code. There are other languages supported like Python, TypeScript, .NET, and more so be sure to check out their docs for more information.
Continue reading