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

Cesar De la Torre 2018-05-17 12:02:16 -07:00
parent 637412ba88
commit e1d5bd83e0

@ -1,7 +1,10 @@
To be updated with a final Wiki post with screenshots, etc. eShopOnContainers supports deployment to Kubernetes for simulated production scenarios where you need to scale-out your containers.
Preview state (but up-to-date properly working on Azure AKS and Kubernetes) instructions and setup procedure are available here: Currently, eShopOnContainers supports AKS (Azure Kubernetes Service) and ACS-Kuberentes (Azure Container Service for Kuberentes), but we recommend to use AKS as 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 https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/k8s/README.k8s.md
However, this post is going to focus specifically on AKS (Azure Kubernetes Service) deployment.