Daniel's Tech Blog

Cloud Computing, Cloud Native & Kubernetes

Tag: Storage

  • Change the replication type of an Azure storage account

    Last year I wrote a blog post about migrating an Azure storage account from LRS to ZRS replication. -> https://www.danielstechblog.io/migrate-an-azure-storage-account-from-lrs-to-zrs-replication-without-downtime/ Back then, this procedure required the involvement of Azure support via a support ticket. Things have changed since then, and now you can initiate the migration yourself. Select the storage account you want to migrate…

  • Migrate an Azure storage account from LRS to ZRS replication without downtime

    This is a rather short blog post about a hidden gem in the Azure documentation. You have two options today migrating an existing Azure storage account from the LRS (locally redundant storage) to ZRS (zone-redundant storage) replication option. A manual migration or live migration. Choosing the manual migration option requires a new target storage account…

  • Conditions with for_each in Terraform

    Conditions in Terraform are well-known and can provide in combination with the for_each argument a lot of flexibility. In today’s blog post I walk you through an example storage module I have created to showcase the topic. The module consists of three resources a resource group, a lock, and a storage account. As I am…

  • Automate taking backups from Azure disks attached to Azure Kubernetes Service

    At the beginning of 2019 I wrote a blog post about taking backups from Azure disks attached to an Azure Kubernetes Service cluster. -> https://www.danielstechblog.io/taking-backups-from-azure-disks-attached-to-aks-via-azure-automation/ Since then, some things changed. Azure Function PowerShell support went into public preview in April 2019 and the AzTable (AzureRmStorageTable) module I use in the solution had new releases. So,…

  • Taking backups from Azure Files attached to AKS via Azure Backup

    In one of my last articles I showed you how to automate the backup process for Azure Disks attached to AKS. -> https://www.danielstechblog.io/taking-backups-from-azure-disks-attached-to-aks-via-azure-automation/ Today we look at the process for the second natively supported Azure storage option in Kubernetes on Azure, Azure Files. The good news is that we can use Azure Backup with its…

  • Taking backups from Azure Disks attached to AKS via Azure Automation

    When you followed the Azure docs on how to dynamically create Azure Disks via a Kubernetes PVC, you saw the instructions to create a backup of the disk. Snapshots are leveraged for this. But it is a manual task you must accomplish. -> https://docs.microsoft.com/en-us/azure/aks/azure-disks-dynamic-pv#back-up-a-persistent-volume It would be nice to have an automated solution which also…

WordPress Cookie Notice by Real Cookie Banner