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.

9 lines
510 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