From the course: Docker: Continuous Delivery

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Continuous deployment using hosted Docker

Continuous deployment using hosted Docker - Docker Tutorial

From the course: Docker: Continuous Delivery

Start my 1-month free trial

Continuous deployment using hosted Docker

- [Narrator] Now we're getting very close to having all the pieces in line to build a top notch continuous deployment environment. We just need a little bit more infrastructure first. So let's take a moment to describe what we're heading towards. We'll have the Internet making web connections to a load balancer. This is an intermediate service, that receives connections from the internet, and forwards them to all the participating Docker containers. We're going to use Amazon's application load balancer service for this. The application load balancer's going to forward connections, to all of the participating Docker containers. And, in turn, each of those Docker containers is of course running on an EC2 Instance, and that instance is part of a cluster maintained by the ECS Service. The ECS Service is in turn being organized in a service called CloudFormation. Now, CloudFormation is an excellent, excellent tool for…

Contents