Users of Microsoft's Azure cloud computing platform can from now utilise Docker application containers and Google's Kubernetes cluster management and deployment tools, the company said today.

Docker containers are lightweight engines used for automated deployment of applications that can run on any platform. These containers each run in isolation but sharing host operating system resources and in some cases, binaries and libraries.
They are significantly smaller than virtual machines and can be started up and rebooted much faster. An additional advantage of Docker containers is that due to their light weight, many more of them can run on a single host server.
Kubernetes organises container management with a Master and multiple Minions model - the latter being the virtual machines that run the Docker containers.
Microsoft's Open Technologies department said the key features of its Kubernetes implementation include:
- Build a container and publish it to Azure Storage
- Deploy an Azure cluster using container images from Azure Storage or the Docker Hub
- Configure an Azure cluster
- Update the Kubernetes application on an existing cluster
- Tear down an Azure cluster
To help Azure customers learn and understand Kubernetes, Microsoft also released a visual web application for the cluster management tool.
Dubbed the Azure Kubernetes Visualiser, the application is written in node.js and has been made available under open source licensing. It can be used to show the Docker and Kubernetes concepts, and to manage and deploy clusters.
The Azure Kubernetes Visualiser is available on Github.