Wednesday, 22 June 2016

Docker 1.12: Now with built-in Orchestration, Docker Datacentre for AWS/Azure/Enterprise

https://blog.docker.com/2016/06/docker-1-12-built-in-orchestration/
https://blog.docker.com/2016/06/docker-mac-windows-public-beta/
https://blog.docker.com/2016/06/azure-aws-beta/
https://blog.docker.com/2016/06/docker-datacenter-aws-azure-cloud/
At Dockercon 2016 announced Docker 1.12. Core features of Docker Swarm and Compose, its existing clustering and orchestration services which came out of beta last November are now right in its core Engine.

Developers will now be able to turn on “swarm mode” to create self-healing clusters of Docker engines that can discover each other. Swarm mode includes support for an overlay network that allows for automatic service discovery and load balancing tools, as well as a new Service Deployment API that allows developers to declare which services, images and ports they want to use.

Docker 1.12, which includes all of these new features, is now available as a release candidate, with general availability planned for July. Once they have been more thoroughly tested, swarm mode and other additions to 1.12 will find their way into the company’s commercial offerings in the second half of 2016.

Docker also today announced Docker for AWS and Azure — an easy way to deploy Docker Engine on these platforms. The Docker Datacenter AWS Quickstart uses a CloudFormation templates and pre-built templates on Azure Marketplace to make it easier than ever to deploy an enterprise CaaS Docker environment on public cloud infrastructures. Docker for AWS, for example, is tightly integrated into AWS’s own infrastructure services like AWS Autoscaling, Elastic Load Balancer and Elastic Block Store, while the Azure edition integrates with the equivalent Microsoft cloud services.
docker_engine_swarm_mode

No comments:

Post a Comment