You just shipped all your features, and you got your service running in your development environment. You know how to run tasks on a Mesos cluster, but this ain't your first rodeo...
It's well understood that in order to move your applications to production, you need to make them highly available. But what about making them highly debuggable? Once you've got the highly available part right, how can you be sure that your app runs as expected? And how can you ensure that you are well-equipped to debug problems when things inevitably go wrong?
In this session we'll talk about how to architect your highly-available applications for maximum debuggability.