Application Distribution in the Cloud

I’ve been following an interesting discussion within the Jericho Forum on distributing and separating applications on a cloud server.
The conventional approach today is to use VM as the unit of separation and VM images as the unit of distribution. There’s nothing intrinsically wrong with this, but VMs are very big and slow to move around, and the degree of control you get is pretty coarse.
Is there a better approach? It looks like there is – the union filesystem, unionfs. This allows a set of directories scattered around a filesystem to be mounted in a single directory. So, all the files and directories modified by a single application installation can be mounted in a single place so the people responsible for the application can see it as a single whole. To uninstall, just unmount the filesystem.
There are facilities to mount several applications in the same directory, and there are experimental filesystems to mount tar archives as filesystems.
Of course, all this is just on Unix…

About the author

 Application Distribution in the Cloud Chief Security Architect at Capgemini UK. John specialises at helping businesses understand what security they need, then bringing together the 'technology deal' to implement that. He is an active member of the Jericho Forum and contributed to the latest Cloud Security Alliance guidance on cloud security. He is also a certified TOGAF 9 practitioner.




This entry was posted in Uncategorized. Bookmark the permalink.

One Response to Application Distribution in the Cloud

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>