Secretless access to Azure services in AKS using Token Credentials and managed identity

by Karl Solgård

Phew, that's a mouthful! Working with AKS sometimes is. However, I can assure you that this approach to securing your applications in your Kubernetes cluster is worth it. The advantages to have a secretless solution are many: * No secrets are lost in the wild 🐅 The need to send…

Set alerts on crashed Kubernetes pods in Azure Kubernetes Service

by Karl Solgård

It's not always easy to tell what is happening inside a kubernetes [https://kubernetes.io/] cluster. There are many alternatives like prometheus [https://prometheus.io/] that can do alerting and monitoring for you. However by using AKS [https://azure.microsoft.com/nb-no/services/kubernetes-service/] (Azure Kubernetes Service) you…