You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
615 B

7 years ago
  1. # Kubernetes (k8s) deploy information
  2. This folder contains files needed to **create** a ACS with Kubernetes in Azure and to **deploy** eShopServices in a existing Kubernetes:
  3. - `gen-k8s-env.ps1` Script to create a ACS with Kubernetes in Azure
  4. - `deploy.ps1` Script to deploy eShopOnContainers in a existing k8s
  5. Refer to file [README.k8s.md](./README.k8s.md) for detailed information
  6. Refer to file [README.CICD.k8s.md](./README.CICD.k8s.md) for information about how to set a VSTS build for deploying on k8s
  7. Refer to file [conf-files.md](./conf-files.md) for a brief descriptio of every YAML file in this folder