Transforming too fast
It’s good to learn new things. It’s good to have a growth mindset. Is too much new a bad thing?
It’s good to learn new things. It’s good to have a growth mindset. Is too much new a bad thing?
In order to issue commands against a Kubernetes cluster, you need the kubernetes provider and establish a connection. In many cases, you can specify a kubeconfig file from Terraform. But what if your cluster is ephemeral? What if you want...
Pester is a unit testing module for Powershell. With some creativity, Pester can be a great tool to write API tests. Perhaps, it can be more effective than Postman for .NET developers and those in the Windows ecosystem.
There’s already a nice guide by Microsoft on how to provision an AKS cluster using Terraform. It uses the Azure Storage backend provider for storing the Terraform data. What if you want to use Terraform Cloud instead? Terraform Cloud also...
I work strictly on Azure. I don’t use other cloud providers except when I’m helping clients move away from AWS. For many years, I’ve used ARM templates as the Infrastructure as Code tool of choice. They’re powerful and they do...