Introduction I recently played around with kubernetes NetworkPolicies while writing part 7 of my CKAD series. I hit some configurations that didn’t make sense at all. Because I was learning about NetworkPolicies, I thought it was just me; but it appears it might have been an Azure issue. That being said, if you want to […]
Category: Azure
Azure Files integration with Azure Backup
Azure Files offers a managed SMB 3.0 file share. Inside Azure Files, it was possible already to take file share snapshots to have a backup/retention solution. With the integration with Azure Backup, managing those snapshots has become a lot easier. The functionality is in public preview right now, so you can go ahead and try […]
Terraform and Azure
Have you already played around with Terraform and Azure? Until today, I hadn’t and decided to try it out. A couple of weeks ago Corey Sanders announced progress with how Azure and Terraform are integrated; and below you can read on how I tried it out.