-

Monitor AKS Cluster with Azure Managed Prometheus/Grafana
Overeview In this short article I will discuss this relatively new Azure service that provides a managed instance of Prometheus and Grafana to monitor AKS clusters. Traditionally platform engineers install and set up Prometheus on the clusters they’d like to monitor by using helm on it’s own namespace then set up all the Prometheus collector…
-

Auto Start/Shutdown AKS Clusters Using Python
The contents of this article are solely my own work. You are welcome to share, reuse and incorporate it’s contents in other publications so long as due credit is provided. Overview It is no secret that we can use Azure Automation Accounts to automate tasks in Azure using runbooks and schedules. In this scenario we intend…
-

Deploy AKS Cluster Using Terraform & Azure DevOps
The contents of this article are solely my own work. You are welcome to share, reuse and incorporate it’s contents in other publications so long as due credit is provided. Overview In one of the previous articles I discussed the creation and deployment of a simple containerized Python flask app to an AKS cluster. As part…
-

Create and Deploy a Simple Flask App to Azure Kubernetes Service
The contents of this article are solely my own work. You are welcome to share, reuse and incorporate it’s contents in other publications so long as due credit is provided. Introduction The purpose of this article is to demonstrate from the first step, the creation and deployment of a simple containerized Python flask app to…