Azure provides several services for working with containers. Containers are a lightweight, stand-alone, and executable software package that includes everything needed to run a piece of software, including the code, a runtime, libraries, environment variables, and config files.
Here are some key Azure services for working with containers:
Azure Kubernetes Service (AKS): AKS is a managed container orchestration service provided by Azure. It simplifies the deployment, scaling, and operations of containerized applications using Kubernetes, an open-source container orchestration platform.
Azure Container Instances (ACI): ACI is a service that allows you to run containers directly, without the need to manage any underlying infrastructure. It's a solution designed for simplicity and speed, perfect for scenarios where you just need to run a single container.
Azure Container Registry (ACR): ACR is a managed Docker registry service for storing and managing your private Docker container images and related components. It's based on the open-source Docker Registry 2.0.
Azure Service Fabric: While not a container service in the strictest sense, Service Fabric is a distributed systems platform that can also manage the packaging, deployment, and management of scalable and reliable microservices and containers.
Azure Logic Apps and Azure Functions: Both of these serverless computing services support the deployment and running of containers.
Azure App Service: This fully managed platform for building, deploying, and scaling web apps also has support for running containerized applications.
These services provide a comprehensive solution for running, orchestrating, and managing containers in Azure, catering to a wide range of needs and use cases.
Azure Containers Documentation Easily build and consume Cloud APIs Fast, scalable parameter storage for app configuration Build and deploy modern apps and microservices using serverless containers Manage persistent volumes for stateful container applications Process events with serverless code Azure Kubernetes Fleet Manager (Fleet) Enable multi-cluster and at-scale scenarios for Azure Kubernetes Service clusters Azure Kubernetes Service (AKS) Simplify the deployment, management, and operations of Kubernetes Fully managed OpenShift service, jointly operated with Red Hat Easily run containers on Azure without managing servers Store and manage container images across all types of Azure deployments Develop microservices and orchestrate containers on Windows or Linux Easily deploy and run containerized web apps that scale with your business Quickly create and deploy mission critical web apps at scale Azure Containers Products Containers Develop and manage your containerized applications faster with integrated tools. App Configuration Fast, scalable parameter storage for app configuration. Azure Kubernetes Service (AKS) Deploy and scale containers on managed Kubernetes. Azure Kubernetes Fleet Manager ᴾᴿᴱⱽᴵᴱᵂ Seamlessly manage Kubernetes clusters at scale. Azure Red Hat OpenShift Deploy and scale containers on managed Red Hat OpenShift. Azure Container Apps Build and deploy modern apps and microservices using serverless containers. Azure Functions Execute event-driven serverless code functions with an end-to-end development experience. Web App for Containers Run containerized web apps on Windows and Linux. Azure Container Instances Launch containers with hypervisor isolation. Azure Service Fabric Deploy and operate always-on, scalable, distributed apps. Azure Container Registry Build, store, secure, and replicate container images and artifacts. Azure Container Storage Manage persistent volumes for stateful container applications. |
2024 Techvio - All Rights Reserved.