Monthly Archives: August 2018

Using dysk in Azure Kubernetes Service as persistent storage option

When you are running stateful microservices on your AKS cluster and you are looking for a persistent storage options beside native Azure PaaS services like Cosmos DB, Azure SQL Database, Azure Database for MySQL or Azure Database for PostgreSQL, then you have two options. Per default Kubernetes supports Azure Disk and Azure File as storage classes natively. -> https://kubernetes.io/docs/concepts/storage/storage-classes/#azure-disk -> Read more [...]

Building ARM-based container images with VSTS and Azure Container Registry Build

Azure Container Registry Build is currently in preview, but it is an awesome feature of ACR. But what is ACR Build? It is a native container build capability directly integrated into the Azure Container Registry. So, we do not need container build agents anymore. The latest update of ACR Build includes the support for ARM-based container images. -> https://blogs.msdn.microsoft.com/stevelasker/2018/07/25/acr-build-preview-now-supported-in-all-public-regions/ That Read more [...]