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.
 
 
 
 
 
 
Cesar De la Torre e3c85bab94 Merge pull request #321 from SychevIgor/SychevIgor/GracePeriodRudement 7 years ago
..
.kube/schema Fix namespace in RAZOR page _LoginPartial.cshtml, so nocompilation error when doing dotnet publish from CLI. Like D:\GITREPOS\eShopOnContainers-dev\src\Services\Identity\Identity.API\Views\Shared\_LoginPartial.cshtml(2,20): error CS0234: The type 7 years ago
img Merge branch 'dev' 7 years ago
README.CICD.k8s.md doc update style 7 years ago
README.k8s.md Update README.k8s.md 7 years ago
basket-data.yaml sync k8 images with local windows/linux images for consistency 7 years ago
conf-files.md Index of k8s help files 7 years ago
conf_cloud.yml dropped GracePeriodManager from k8 7 years ago
conf_local.yml dropped GracePeriodManager from k8 7 years ago
deploy.ps1 k8 grace period 7 years ago
deployments.yaml Base path fix and k8s config updated 7 years ago
frontend.yaml Configuration and deploy script for k8s on ACS 7 years ago
gen-k8s-env.ps1 Base path fix and k8s config updated 7 years ago
keystore-data.yaml sync k8 images with local windows/linux images for consistency 7 years ago
nginx.conf Deploy scripts updated: fixing some bugs 7 years ago
nosql-data.yaml Minor issues fixed 7 years ago
rabbitmq.yaml sync k8 images with local windows/linux images for consistency 7 years ago
readme.md k8 readme fix. 7 years ago
services.yaml dropped GracePeriodManager from k8 7 years ago
sql-data.yaml Setting to use SQL Server Developer Edition so there's no issue about any time bomb because of licensing or trial period. 7 years ago

readme.md

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