Updated 10. Setting the solution up in ACS Kubernetes (markdown)

Eduard Tomàs 2017-08-11 09:42:16 +02:00
parent 224840478d
commit 7e30e30ff7

@ -1,7 +1,9 @@
# Introduction to Kubernetes and ACS (Azure Container Service) # Introduction to Kubernetes and ACS (Azure Container Service)
## Related readme files (use them for more information after reading this)
. https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/k8s/README.k8s.md
## Azure Container Service (ACS) ## Azure Container Service (ACS)
Azure Container Service makes it simpler for you to create, configure, and manage a cluster of virtual machines that are preconfigured to run containerized applications (based on Docker container format), in Azure. Azure Container Service makes it simpler for you to create, configure, and manage a cluster of virtual machines that are preconfigured to run containerized applications (based on Docker container format), in Azure.
ACS uses an optimized configuration of popular open-source scheduling and orchestration tools such as KUBERNETES, DOCKER SWARM and Mesosphere DC/OS, so you can you can scale these applications to thousands of containers. ACS uses an optimized configuration of popular open-source scheduling and orchestration tools such as KUBERNETES, DOCKER SWARM and Mesosphere DC/OS, so you can you can scale these applications to thousands of containers.