eShopOnContainers/k8s
eiximenis 2593d5d3ad local k8s docker support 2018-11-12 17:55:22 +01:00
..
.kube/schema/v1.6.6 Merge pull request #335 from SychevIgor/SychevIgor/KubeConfigdrop 2017-09-18 16:10:14 -07:00
helm local k8s docker support 2018-11-12 17:55:22 +01:00
img Update broken images 2018-01-18 14:56:05 +01:00
nginx-ingress local k8s docker support 2018-11-12 17:55:22 +01:00
ocelot Added SignalR Hub service to k8s 2018-04-19 17:21:26 +02:00
README.CICD.k8s.md Update README.CICD.k8s.md 2018-01-17 12:06:37 -08:00
README.k8s.md Update README.k8s.md 2018-05-17 15:25:17 -07:00
basket-data.yaml sync k8 images with local windows/linux images for consistency 2017-09-07 08:01:51 +03:00
build-push-images.ps1 Added build-push-images.ps1 just to work with images and registry/ACR 2018-05-18 21:18:36 -07:00
conf-files.md Index of k8s help files 2017-08-01 10:24:00 +02:00
conf_cloud.yaml Improved deploy.ps1 to Push not Push images to Registry 2018-05-18 13:03:31 -07:00
conf_local.yaml Improved deploy.ps1 to Push not Push images to Registry 2018-05-18 13:03:31 -07:00
deploy-ingress-azure.ps1 local k8s docker support 2018-11-12 17:55:22 +01:00
deploy-ingress-dockerlocal.ps1 local k8s docker support 2018-11-12 17:55:22 +01:00
deploy-ingress.ps1 local k8s docker support 2018-11-12 17:55:22 +01:00
deploy.ps1 local k8s docker support 2018-11-12 17:55:22 +01:00
deploy.sh Add comments on deploy.sh limitations 2018-01-18 14:31:32 -08:00
deployments.yaml Fixed bug so the OrderingBackgroundTasks container is in HealthChecks 2018-05-18 15:27:37 -07:00
eshop-namespace.yaml Add deploy bash script (for Mac/Linux) 2018-01-18 14:25:47 -08:00
gen-k8s-env-aks.ps1 Fxied script supporting dnsNamePrefix param and is aligned with docs 2018-05-17 15:19:38 -07:00
gen-k8s-env.ps1 Explicitly specifying parameters for az acs creat 2017-09-28 18:35:57 +05:00
helm-rbac.yaml local k8s docker support 2018-11-12 17:55:22 +01:00
ingress.yaml k8s config updated 2018-03-14 18:25:26 +01:00
internalurls.yaml Fixed bug so the OrderingBackgroundTasks container is in HealthChecks 2018-05-18 15:27:37 -07:00
keystore-data.yaml sync k8 images with local windows/linux images for consistency 2017-09-07 08:01:51 +03:00
nosql-data.yaml Minor issues fixed 2017-06-19 19:01:00 +02:00
rabbitmq.yaml sync k8 images with local windows/linux images for consistency 2017-09-07 08:01:51 +03:00
readme.md k8 readme fix. 2017-09-03 11:51:18 +03:00
services.yaml Fixed bug so the OrderingBackgroundTasks container is in HealthChecks 2018-05-18 15:27:37 -07:00
sql-data.yaml Changed to new GA SQL Server container Image tag and parameters 2017-10-04 13:54:34 -07:00

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