Tag: ACR
-
How to restore a container image from an Azure Kubernetes Service node to an Azure Container Registry?
Imagine a specific version of your container image used for your application has been deleted from your Azure Container Registry. It cannot be restored for whatever reason through your CI/CD pipeline, and you still need this version. How can you restore that specific version when you still have a running pod on one of the…
-
Mitigating slow container image pulls on Azure Kubernetes Service
It might happen that you experience slow container image pulls on your Azure Kubernetes Service nodes. First thought might be the Azure Container Registry is the root cause. Even when using the ACR without the geo-replication option enabled, image pulls from an ACR in Europe to AKS nodes running in Australia are fast. Therefore, it…
-
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 and Kubernetes highlights announced at Microsoft Build – Day 1
Today Microsoft has announced a ton of highlights, news and features all around the container and Kubernetes ecosystem on Azure. Let us get started with Azure Kubernetes Service (AKS). Yes, you are reading it right AKS is now officially part of the Kubernetes Conformance Program. News around AKS in short: DevOps Project support for AKS…