3

Deploying Web Applications as Containers

Containers are one of the hottest topics in the IT industry. They allow for deploying an application in a box, so you don't have to worry about the OS your application will run on or the installed services that are required for it. While containers are sometimes criticized for redundant abstraction over underlying resources, they guarantee a stabilized environment for both developing and hosting applications.

In this chapter, we will cover the following topics:

  • Different ways of hosting containerized applications
  • Azure App Service – a web app for containers
  • Azure Kubernetes Service – a managed Kubernetes service
  • An introduction to Azure Kubernetes Service, which is a managed Kubernetes service designed ...

Get Azure for Developers - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.