This document discusses using OSGi as a platform for cloud computing. It addresses challenges like lack of elasticity in traditional software stacks and dependence on external platforms for computation. OSGi's modularity features like loose coupling, encapsulation and substitutability help address these issues by allowing independent scaling of components. The document proposes building on existing OSGi standards like ConfigAdmin and Remote Service Admin to provide services like state management and service discovery in distributed deployments. It outlines a potential REST API and architecture for managing OSGi framework instances in the cloud.