My Experience Using ChatGPT To Create An Azure DevOps Pipeline with Terraform in Deploying Azure Resources

I wanted to explore using ChatGPT exclusively to create Create An Azure DevOps Pipeline with Terraform in Deploying Azure Resources as if I never created such a pipeline before. I want to explore the following How effective using ChatGPT enabled me achieve my objective? How natural was the chat bot experience to me as a …

Continue reading My Experience Using ChatGPT To Create An Azure DevOps Pipeline with Terraform in Deploying Azure Resources

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