BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Docker + Apache Brooklyn = Clocker

Docker + Apache Brooklyn = Clocker

This item in japanese

Lire ce contenu en français

Bookmarks

Clocker, an open source project, enables users to spin up Docker containers, without generating excess containers, in a cloud-agnostic manner. The project is built on top of Apache Brooklyn, a multi-cloud application, management software.

Some features of Clocker are -

  • Automatically create and manage multiple Docker hosts in cloud infrastructure
  • Intelligent container placement, providing fault tolerance, easy scaling and better utilization of resources
  • Use of any public or private cloud as the underlying infrastructure for Docker Hosts
  • Deployment of existing Brooklyn/CAMP blueprints to Docker locations, without modifications

An overview of how this works is explained in an article by Cloudsoft, the company behind Brooklyn -

Brooklyn uses Apache jclouds, a cloud API agnostic library, to provision and configure secure communications (SSH) with cloud virtual machines.

The Docker architecture provides ‘containers’ on ‘host’ machines. Brooklyn provisions cloud machines using jclouds and uses them as Docker hosts.

Brooklyn uses a Dockerfile which makes an SSH server available in each Docker container, after which it can be treated like any virtual machine. Brooklyn receives sensor data from the app, every docker host, every docker container as well as every software making up the app and can effect changes in each of these; enabling Brooklyn to manage distribution of the app across the Docker Cloud.

The advantage of Clocker over cloud-vendor-specific Docker support is portability, and the ability to leverage private clouds as well.

You can read these articles for learning more about using Brooklyn with Docker and the jclouds driver. 

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT