My Blog
I talk about Azure, DevOps, Kubernetes and more...
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...
In my previous article, I talked about how I was able to use the External Secret operator to synchronize certificates (and also all kind of secrets) from the Azure Key Vault to AKS.
In this article, we’ll install the Secret Store CSI Driver in AKS. ...
How can you configure SSL/TLS certificates in AKS?
Do you utilize TLS Kubernetes secrets? If you use GitOps, it's advisable not to store a duplicate of your certificate in your Git repository.
In this article, I will present two solutions for confi...