AzureTutorial

How to Deploy Multi-container Application to Azure Kubernetes Services

Azure Kubernetes Service (AKS) is the quickest way to use Kubernetes on Azure.

This entry is part 3 of 3 in the series Hyper-Scale DevOps on Azure

Azure Kubernetes Service (AKS) is the quickest way to use Kubernetes on Azure.

Azure Kubernetes Service (AKS) manages your hosted Kubernetes environment, making it straightforward to deploy and manage containerized applications without requiring container orchestration expertise.

It also enhances agility, scalability, and availability of your containerized workloads. Azure DevOps further streamlines AKS operations by providing continuous build and deployment capabilities.

In this session, we will understand the various concepts like docker build, Docker compose and AKS and then we will use Azure DevOps to deploy a containerized ASP.NET Core web application to an AKS cluster.

DevOps Labs

This learning lab uses a Dockerized ASP.NET Core web application – MyHealthClinic (MHC) and is deployed to a Kubernetes cluster running on Azure Kubernetes Service (AKS) using Azure DevOps.

Series Navigation<< Vodafone Open Sources Global Best Practices with GitHub and Microsoft’s Azure DevOps

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button