Updated 10. Setting the solution up in AKS (Azure Kubernetes Service) (markdown)

Cesar De la Torre 2018-05-17 12:46:52 -07:00
parent b8f7c8f539
commit 6c34c61695

@ -2,10 +2,9 @@
eShopOnContainers supports deployment to Kubernetes clusters for "simulated" production scenarios where you need to scale-out your containers.
Currently, eShopOnContainers supports [AKS (Azure Kubernetes Service)](https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes) and [ACS-Kuberentes (Azure Container Service for Kuberentes)](https://docs.microsoft.com/en-us/azure/container-service/kubernetes/container-service-intro-kubernetes), but we recommend to use AKS since ACS will be deprecated in the future favoring AKS which offers further PaaS features for the cluster's infrastructure, automatic updates/patch on the VMs, etc.
Common info for eShopOnContainers on Kuberentes (including both environments, AKS and ACS) is available here:
https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/k8s/README.k8s.md
Common info for eShopOnContainers on Kuberentes (including both environments, AKS and ACS) is available [here](https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/k8s/README.k8s.md)
However, this post focuses specifically on AKS (Azure Kubernetes Service) deployment of eShopOnContainers.
However, this post focuses specifically on AKS (Azure Kubernetes Service) deployment of eShopOnContainers, with further details.
# Prerequisites