We've organized a pre-conference Apache Mesos hackathon, and we hope you'll join us!
What to Expect
The hackathon will begin at 8:30am with breakfast, and we'll begin hacking immediately at that time. For participants looking for projects to work on, we'll make space available for you to meet and share ideas. Lunch and snacks will be available throughout the day, and lunch will be provided. We'll also have a strong wifi connection, and up-to-date vagrant images that will help you get up and running with Mesos and many popular frameworks.
Hackathon Projects
What should you work on? It's really up to you, as long as it's Mesos-related. Here are a few broad categories of projects to consider.
Frameworks (build your own Mesos framework or add features to an existing framework)
Mesos Core (squashing bugs, adding new features, or even proposing a design document)
This year's hackathon is sponsored by SignalFx, and hosted by Moz.
Details Below. Please RSVP here to attend.
#MesosCon is taking place in Seattle August 20-1st, and we're pleased to welcome the Apache Mesos community by hosting a pre-conference meetup and social at Twitter's Seattle office. The event will include ample opportunities to meet other members of the community, and we'll organize ourselves into groups for unconference-style discussions for part of the evening. Bring ideas about the future direction for the project and its related ecosystem of tools, uses of Mesos to discuss, or features you'd like to implement.
Event Agenda
6:00PM: Doors open; networking, pizza, and drinks
7:00PM: Form unconference discussion groups
7:10PM: Unconference sessions
7:45PM: Each unconference session reports back to the larger group
8:00: Networking
9:00PM: End of Event
Event Location and Check In
Twitter Seattle - 1501 4th Ave STE 1900 Seattle, WA 98121 Head in the 4th avenue entrance of the Century Square building and head up the escalators to find the check-in booth. Please bring valid ID.
*Note: No press will be admitted to this event; please e-mail press@twitter.com if you have any questions. Twitter reserves the right to refuse entry to this event. Twitter also reserves the right to remove individuals from Twitter's premises for disruptive or disorderly behavior, or for any other reason in Twitter's sole discretion. Please arrive before 6:30 to ensure admission to the building.
If you're running Apache Mesos & Docker, you're going to need to build Docker images. Portainer is an open source Apache Mesos framework developed at DueDil for remotely building Docker images on a cluster. In this talk Tom will explain how Portainer works, and show how DueDil uses it to build thousands of images for production and CI with zero additional capacity.
Quotas provide non-revocable resource guarantees without tying reservations to particular Mesos Agents. Quota is not a limit, but rather a set of resources reserved for a specific role in an entire cluster; it can be viewed as guaranteed allocation for a role. These resources cannot be hijacked by other roles and are guaranteed to be available for the role if there are enough resources in the cluster.
The ceph-mesos project is a Apache Mesos framework for scaling a Ceph cluster. The framework has a REST API interface to select the binaries to execute and the framework executors launch Ceph Docker containers on Mesos slaves accordingly.
There are quite a few logging solution for Docker but none of them truly fit Mesos Landscape. There isn't a centralized solution for Mesos logs.
We have developed a logging solution that is self sustainable without having to manage logging infrastructure. Lookup for the logs for any app running under Mesos is extremely fast and highly indexed. It is horizontally scalable and all the components are dockerized and are running under Mesos.