This document introduces Flink on Mesos, including the Flink Master Process and Dispatcher framework. The Flink Master Process acts as both an Application Master and Mesos framework, hosting components like the JobManager and ResourceManager. The Dispatcher is a highly available service for launching Flink clusters through REST. It uploads configuration and files to the Flink Master Process, which then launches TaskManagers. Future directions include dynamic scaling, improved dispatcher capabilities, and Docker/Mesos disk support.