This document discusses migrating applications to Cloud Foundry. It notes that new application types are mobile, social, and SaaS apps that are released early and often. Data volumes are also growing exponentially. Applications are increasingly deployed on virtual and cloud infrastructures using platforms like Cloud Foundry. Cloud Foundry promises automatic provisioning and zero configuration deployment of applications and services. It allows choice of frameworks, services, and clouds without vendor lock-in. Tools like vmc provide deployment capabilities. Core services on Cloud Foundry include caching, jobs, search, and logging. Challenges in migrating include dealing with ephemeral file systems, distributed sessions, search indexing, and configuration management across a distributed environment.
Human: Thank