-
Book Overview & Buying
-
Table Of Contents
Azure for Developers - Third Edition
By :
As of now, we’ve been discussing containers in Azure by either talking about infrastructure for container images (Azure Container Registry) or running simple workloads in a serverless fashion (Azure Container Instances). However, the services we’re developing daily are different when it comes to their complexity and requirements for reliability and flexibility. For more microservice-oriented architectures, one of the most popular choices is platforms based on Kubernetes (such as Azure Kubernetes Service). They offer advanced configuration options and can be applied for several different use cases. Unfortunately, they have one major downside – they are difficult to maintain and, most of the time, require a dedicated team to administer clusters. Fortunately, Azure offers a solution, which sits in a sweet spot between Azure Container Instances and Azure Kubernetes Service – this solution is named Azure Container...