Options for Hosting Containers in Azure
Info here is compiled & paraphrased from various sources that are hyperlinked. Please refer back to the official sources for the latest information as this topic is constantly evolving
Containers are a relatively new kind of virtualization called operating system virtualization. Machine virtualization takes a single machine and simulates lots of machines. Containers take a single operating system installation (physical or virtual machine) and simulate lots of operating system installations.
Containers offer near-instant deployment and are a great way of moving legacy code into a DevOps lifecycle.
Deployment times are shortened, maintenance is easier, and scale-out/in is possible in seconds
Containers in Azure:
Related:
Comparison of Azure Compute Services
Comparison of Compute options in GCP
Image from the Azure Developer Guide
Containers are a relatively new kind of virtualization called operating system virtualization. Machine virtualization takes a single machine and simulates lots of machines. Containers take a single operating system installation (physical or virtual machine) and simulate lots of operating system installations.
Containers offer near-instant deployment and are a great way of moving legacy code into a DevOps lifecycle.
Deployment times are shortened, maintenance is easier, and scale-out/in is possible in seconds
Containers in Azure:
Azure Service | Features |
---|---|
Azure Kubernetes Service (AKS) |
|
Azure Container Instances |
|
Azure Container Registry |
|
Azure Service Fabric |
|
Azure App Service |
|
Azure Batch |
|
Image Source: official Azure documentation; click to view enlarged image |
Comparison of Azure Compute Services
Comparison of Compute options in GCP
Comments
Post a Comment