Updated 10.1 Deploying to Kubernetes (AKS and local) using Helm Charts (markdown)

Eduard Tomàs 2018-11-12 16:43:29 +01:00
parent 5bb78747a8
commit d2776bfb46

@ -245,6 +245,7 @@ All steps need to be performed on `/k8s/helm` folder. The easiest way is to use
.\deploy-all.ps1 -imageTag dev -useLocalk8s $true .\deploy-all.ps1 -imageTag dev -useLocalk8s $true
``` ```
The parameter `useLocalk8s` to $true, forces the script to use `localhost` as the DNS for all Helm charts and also creates the ingress with the correct ingress class.
This will install all the [eShopOnContainers public images](https://hub.docker.com/u/eshop/) with tag `dev` on the Docker local Kubernetes cluster. By default all infrastructure (sql, mongo, rabbit and redis) is installed also in the cluster. This will install all the [eShopOnContainers public images](https://hub.docker.com/u/eshop/) with tag `dev` on the Docker local Kubernetes cluster. By default all infrastructure (sql, mongo, rabbit and redis) is installed also in the cluster.