Cloud Foundry: Industry's Open Platform As A Service. Deploy and scale applications in seconds, without locking yourself into a single cloud.
Garden is the component that Cloud Foundry uses to create and manage isolated environments called containers. Each instance of an application deployed to Cloud Foundry runs within a container. For more information about how containers work, see the Container Mechanics section of the Understanding Container Security topic.
Warden manages isolated, ephemeral, and resource-controlled environments. The primary goal of Warden is to provide a simple API for managing isolated environments. These isolated environments, or containers, can be limited in terms of CPU usage, memory usage, disk usage, and network access. The only currently supported OS is Linux.
BOSH is an open source tool for release engineering, deployment, lifecycle management, and monitoring of distributed systems.