From 6c34c616958dbaf463d1654bc9d871233066bc7e Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Thu, 17 May 2018 12:46:52 -0700 Subject: [PATCH] Updated 10. Setting the solution up in AKS (Azure Kubernetes Service) (markdown) --- ...ting-the-solution-up-in-AKS-(Azure-Kubernetes-Service).md | 5 ++--- 1 file changed, 2 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 5c83fff..21bd79e 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 @@ -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