AKS: Simulate Spot Node Eviction
Sunday, March 20, 2022 in 2022
Categories:
4 minute read
When you deploy an Azure Kubernetes Service with a node pool composed by spot virtual machines, you are running a cluster with the risk of losing nodes based on the configuration you set. Eviction may occur based on capacity or max price. In this …
AKS: Disable local accounts with Terraform
Tuesday, January 25, 2022 in 2022
Categories:
4 minute read
When deploying an AKS cluster, even if you configure RBAC or AAD integration, local accounts will be enabled by default. This means that, given the right set of permitions, a user will be able to run the az get-credentials command with the --admin …
Protect your Node.js or .NET API with Azure Active Directory
Tuesday, January 18, 2022 in 2022
7 minute read
One question I often get from by my customers is how to use Azure Active Directroy to protect their Node.js or .NET APIs. Every single time I answer by redirecting them to this amazing post (Proteger una API en Node.js con Azure Active Directory), …