My Blog
I talk about Azure, DevOps, Kubernetes and more...
How to Set Up Private Managed Grafana and Prometheus for AKS with Terraform
Apr 23, 2025
Continue Reading...
In most Azure Kubernetes Service (AKS) monitoring setups, resources like Prometheus and Grafana are configured by default with public endpoints. While this might be acceptable for development environments, production-grade clusters demand privacy and...
How to Set Up a Point-to-Site VPN in Azure with DNS Private Resolver Using Terraform
Jan 24, 2025
Continue Reading...
Azure allows you to deploy private resources, meaning resources that are not directly accessible from the internet.
These resources remain inaccessible to the public internet but can be accessed by your workloads deployed within Azure.
For example,...