Deploying AKS Automatic with Pulumi: A step-by-step guide
Yo! Let’s build 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