2023 Beginner’s Guide To Create An Azure Devops Pipeline to deploy Azure Resources in Terraform

I will give a walk through of a simple starter approach to building an Azure Devops Pipeline to deploy an Azure resource in Terraform. I will deploy an Azure Function as an example. By automating, you promote consistency, repeatability, collaboration, overall productivity and more efficiency in operating your Azure infrastructure. Assumptions Demo Design AZDO Repo …

Continue reading 2023 Beginner’s Guide To Create An Azure Devops Pipeline to deploy Azure Resources in Terraform

6 Things I Like About Azure Managed Grafana

Grafana is an open source data visualization tool. It is the a popular choice with Kubernetes clusters. Azure Managed Grafana is a platform as a service offering that has been generally available in late summer or early fall. So it is relatively new at this point. I have had experience of building, configuring and operating …

Continue reading 6 Things I Like About Azure Managed Grafana

Azure Managed Grafana Setup with AKS

The following is a walk through of a quick setup of Azure Managed Grafana Instance and viewing performance graphs on applications running in Azure Kubernetes Service. This is a relatively new Azure platform service and the general documentation can be found at https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-data-source-plugins-managed-identity?tabs=azure-portal I have had experience to build, configure and deploy Grafana into an …

Continue reading Azure Managed Grafana Setup with AKS

How To Mount Azure Key Vault Secret to Pods in Azure Kubernetes Service

Scenario: You require a pod to mount a secret stored in an Azure Key Vault. So that an application running in the pod can access the secret as a file and environment variable. Also manage the access security between the AKS cluster to the key vault using a user assigned managed identity. Background: To integrate …

Continue reading How To Mount Azure Key Vault Secret to Pods in Azure Kubernetes Service

JMeter Load Testing against Azure Kubernetes Service

JMeter is an free load testing tool. You can find it at https://jmeter.apache.org/download_jmeter Comparing with other options freely available, I find this is has the right balance between being free, functionality and capabilities. I used to use Visual Studio Load Test tool but that is deprecated. The UI isn't has intuitive and there is some …

Continue reading JMeter Load Testing against Azure Kubernetes Service

My 3 Key Benefits of Istio Service Mesh with AKS

I have been working with Istio Service Mesh with Azure Kubernetes for a couple years, I like to share my experiences that were beneficial and impactful in my projects. Istio Service mesh helps with managing traffic among your microservices applications. Read more at https://istio.io/latest/about/service-mesh/ The general architecture is as follows where a service A (in …

Continue reading My 3 Key Benefits of Istio Service Mesh with AKS