Plan IP addressing for AKS configured with Azure CNI Networking
Friday, July 09, 2021 in 2021
Categories:
2 minute read
When configuring Azure Kubernetes Service with Azure Container Network Interface (CNI), every pod gets an IP address of the subnet you’ve configured. So how do you plan you address space? What factors should you consider? Each node consumes one …
Running k3s inside WSL2 on a Surface Pro X
Sunday, May 09, 2021 in 2021
Categories:
2 minute read
I’m a proud owner of a Surafe Pro X SQ2 which is an ARM64 device. If you’ve been reading me, you know I like to tinker with kubernetes and therefore I needed a solution for this device. I remembered reading about k3s a lightweight …
Deploy AKS + Kubecost with Terraform
Friday, April 30, 2021 in 2021
Categories:
5 minute read
This morning I saw this tweet from Mr Brendan Burns: AKS Cost Monitoring and Governance With Kubecost https://t.co/OStwIBsuPp — brendandburns (@brendandburns) April 30, 2021 And I’m sure that once you also read through it, you’ll …
Deploy a Private Azure Cloud Shell with Terraform
Monday, April 12, 2021 in 2021
Categories:
5 minute read
By default Cloud Shell sessions run inside a container inside a Microsoft network separate from any resources you may have deployed in Azure. So what happens when you want to access services you have deployed inside a Virtual Network such as a …
ASP.NET Core OpenTelemetry Logging
Friday, January 08, 2021 in 2021
Categories:
2 minute read
As you may know I’ve been collaborating with Dapr and I’ve learned that one of the things it enables you to do is to collect traces with the use of the OpenTelemetry Collector and push the events to Azure Application Insights. After some …