- the mesos scheduler gets a --static-pods-config parameter with a directory with pods specs. They are zipped and sent over to newly started mesos executors. - the mesos executor receives the zipper static pod config via ExecutorInfo.Data and starts up the pods via the kubelet FileSource mechanism. - both - the scheduler and the executor side - are fully unit tested