Microservices using Azure Container Service
You can use Azure Container Service to configure and provision a Docker cluster. Azure Container Services supports several popular container orchestrators, including Kubernetes, DC/OS, and Docker Swarm. Public nodes . These nodes are reachable through a public-facing load balancer. The API gateway is hosted on these nodes. Backend nodes . These nodes run services that clients reach via the API gateway. These nodes don't receive Internet traffic directly. The backend nodes might include more than one pool of VMs, each with a different hardware profile. For example, you could create separate pools for general compute workloads, high CPU workloads, and high memory workloads. Management VMs . These VMs run the master nodes for the container orchestrator. Networking . The public nodes, backend nodes, and management VMs are placed in separate subnets within the same virtual network (VNet). Load balancers . An externally facing load balancer sits in front of the publi...