Liam Barnett f33cc304d4
Corrected details for the 'configFile' param
Corrected all details related to the 'configFile' parameter. The current documents refer to a .JSON file which does not exist, the script expects a .YAML file (conf_local.yaml' or 'conf_cloud.yaml). 

Corrected the examples to refer to the 'conf_local.yaml' or 'conf_cloud.yaml' files included in this repo.
2018-02-08 11:56:45 +00:00
..
2018-01-18 14:56:05 +01:00
2017-08-01 10:24:00 +02:00
2018-01-30 13:30:13 +01:00
2018-01-17 07:51:09 +02:00
2017-12-11 17:55:41 +03:00
2017-06-19 19:01:00 +02:00
2018-01-17 12:06:37 -08:00
2017-09-03 11:51:18 +03:00
2018-01-19 16:29:35 +01:00

Kubernetes (k8s) deploy information

This folder contains files needed to create a ACS with Kubernetes in Azure and to deploy eShopServices in a existing Kubernetes:

  • gen-k8s-env.ps1 Script to create a ACS with Kubernetes in Azure
  • deploy.ps1 Script to deploy eShopOnContainers in a existing k8s

Refer to file README.k8s.md for detailed information

Refer to file README.CICD.k8s.md for information about how to set a VSTS build for deploying on k8s

Refer to file conf-files.md for a brief description of every YAML file in this folder