Skip to content

Commit

Permalink
Modified the multi AKS cluster statement (#21350)
Browse files Browse the repository at this point in the history
* Modifed the multi AKS cluster statement

* Updated text as per latest comments
  • Loading branch information
sughosneo authored Nov 5, 2020
1 parent 83f6e85 commit 9440064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The server-side components of this architecture all map easily to Azure services

The application's container-hosted services, from ASP.NET Core MVC apps to individual Catalog and Ordering microservices, can be hosted and managed in Azure Kubernetes Service (AKS). The application can run locally on Docker and Kubernetes, and the same containers can then be deployed to staging and production environments hosted in AKS. This process can be automated as we'll see in the next section.

AKS provides management services for individual clusters of containers. The application will deploy separate AKS clusters for each microservice shown in the architecture diagram above. This approach allows each individual service to scale independently according to its resource demands. Each microservice can also be deployed independently, and ideally such deployments should incur zero system downtime.
AKS provides management services for individual clusters of containers. The application will deploy separate containers for each microservice in the AKS cluster, as shown in the architecture diagram above. This approach allows each individual service to scale independently according to its resource demands. Each microservice can also be deployed independently, and ideally such deployments should incur zero system downtime.

## API Gateway

Expand Down

0 comments on commit 9440064

Please sign in to comment.