-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
The Azure Cloud Native Architecture Mapbook - Second Edition
By :
In this chapter, we’ll explore the broader landscape of container services offered by Azure, focusing on options that simplify container deployment without the operational overhead of managing Kubernetes clusters. Since the container landscape was already introduced in Chapter 2, Solution Architecture, we’ll now dive straight into the specifics. We’ll begin with a brief overview of Azure Container Instances (ACI) for quick, serverless container execution, and Azure Web App for Containers, which brings containers into the PaaS world of App Service.
We’ll also touch on Azure Red Hat OpenShift (ARO), a managed OpenShift platform for enterprises seeking Red Hat’s container orchestration ecosystem. However, our primary focus will be on Azure Container Apps (ACA)—a serverless container platform built specifically for microservices and event-driven architectures. ACA abstracts away the underlying infrastructure...