From e1d5bd83e05631a0a3eb1b2832af519102b268fc Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Thu, 17 May 2018 12:02:16 -0700 Subject: [PATCH] Updated 10. Setting the solution up in AKS (Azure Kubernetes Service) (markdown) --- ...-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md b/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md index 8234782..f192530 100644 --- a/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md +++ b/10.-Setting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md @@ -1,7 +1,10 @@ -To be updated with a final Wiki post with screenshots, etc. -Preview state (but up-to-date properly working on Azure AKS and Kubernetes) instructions and setup procedure are available here: - +eShopOnContainers supports deployment to Kubernetes for simulated production scenarios where you need to scale-out your containers. +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 +However, this post is going to focus specifically on AKS (Azure Kubernetes Service) deployment. +