SlideShare a Scribd company logo
Docker at scale with Mesos
Phạm Tuấn Anh
Lead engineer @ VCCloud Platform Services
$ whoami
• Lead engineer at VCCloud Platform Services
• Build & work with large-scale/production platform
services for about 6 years
• Services: Storage, DNS, CDN, DDoS Protection, Logging,
Private PaaS
Agenda
1. What is Mesos?
2. How to run docker containers on Mesos
3. Lessons learned
4. Q&A
1. What is Mesos?
2. How to run docker containers on Mesos
3. Lessons learned
4. Q&A
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
https://blog.twitter.com/2016/overview-of-the-twitter-cloud-platform-compute
https://mesosphere.com/blog/2015/04/23/apple-details-j-a-r-v-i-s-the-mesos-
framework-that-runs-siri/
ContainerDayVietnam2016: Docker at scale with Mesos
Powered by Mesos:
• Apple
• Atlassian
• CERN
• Cisco
• Cloudflare
• Foursquare
• Groupon
• HubSpot
• Netflix
• Opera
• Paypal
• Shopee
• Shopify
• Saleforce
• Twitter
• Uber
• Vimeo
• Verizon
• Weibo
• Yelp
• Xiaomi
http://mesos.apache.org/documentation/latest/powered-by-mesos/
Solomon Hykes, Founder & CTO of Docker, said at DockerCon EU 12/2014:
Mesos is the “gold standard” for large-scale
production clusters running containers
Mesos is:
• Open source, top-level Apache project
• Proven at massive scale
• Multi-resource (CPU, RAM, Disk, GPU) scheduling
• Simplified operational model
• Cross platform
• Native Docker support
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
• PaaS: Marathon, Aurora, Kubernetes, Swarm
• Big Data: Hadoop, Spark, Storm
• Database: Cassandra, ArangoDB,
• ElasticSearch, Chronos, Jenkins, Kafka…
Mesos Frameworks:
1. What is Mesos?
2. How to run docker containers on Mesos
3. Lessons learned
4. Q&A
• Apache Aurora
• Google Kubernetes
• HubSpot Singularity
• Mesosphere Marathon
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
Features:
• Start, stop, scale, update, rollback apps
• Rolling deploy / restart
• Constraints
• Health checks
• App dependencies
• Highly available, no SPoF
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
1. What is Mesos?
2. How to run docker containers on mesos
3. Lessons learned
4. Q&A
– Immutable Infrastructure / CodeShip
“Some of the major challenges today when
building infrastructure are predictability,
scalability and automated recovery.”
• Container style
• Service discovery
• Networking
Lessons Learned
• Managing secrets
• App deployment
• Docker annoyances
Choose a container style:
• "thin" single-process container
• "fat" container
• sshd in container
• Container style
• Service discovery
• Networking
Lessons Learned
• Managing secrets
• App deployment
• Docker annoyances
Services Discovery
• Mesos-DNS:
• <app_id>.<app_group>.marathon.mesos
• record types: A / SRV
• simple & stateless
ContainerDayVietnam2016: Docker at scale with Mesos
• Container style
• Service discovery
• Networking
Lessons Learned
• Managing secrets
• App deployment
• Docker annoyances
Networking
• Project Calico:
• IP-per-container
• Pure Layer 3
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
• Container style
• Service discovery
• Networking
Lessons Learned
• Managing secrets
• App deployment
• Docker annoyances
Managing Secrets
• ansible-vault
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
• Container style
• Service discovery
• Networking
Lessons Learned
• Managing secrets
• App deployment
• Docker annoyances
App deployment
• ansible-playbook
• marathon.json
• docker tag name = git commit hash
• 1 mesos cluster (3 VMs) per dev
• deploy to servers → deploy to marathon
ContainerDayVietnam2016: Docker at scale with Mesos
marathon.json
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
ContainerDayVietnam2016: Docker at scale with Mesos
https://flask-hello.marathon.mesos.vn/
Monitoring
• Container’s RAM used
Stateful Containers
• Local persistent volumes
• Container style
• Service discovery
• Networking
Lessons Learned
• Managing secrets
• App deployment
• Docker annoyances
Docker 👎
• restart / upgrade docker without stopping the running
containers
• old images / tags cleanup
• container’s stdout / stderr log files
• docker pull
• docker hub
"Normal" container vs cloud-native container:
• No manual steps
• Service discovery friendly
• Config files should be optional
• Using env vars for config
1. What is Mesos?
2. How to run docker containers on Mesos
3. Lessons learned
4. Q&A
ContainerDayVietnam2016: Docker at scale with Mesos
Links
• Mesos: http://mesos.apache.org/
• Marathon: https://mesosphere.github.io/marathon/
• Project Calico: https://www.projectcalico.org/
• Mesos-DNS: https://github.com/mesosphere/mesos-dns
• A Healthy Platform Checklist: https://gist.github.com/andy-pham/
04dedff872b33c07a31277afb900950b

More Related Content

PDF
ContainerDayVietnam2016: Kubernetes State-of-the-art Container Management Pla...
PDF
ContainerDayVietnam2016: Docker for JS Developer
PDF
ContainerDayVietnam2016: Containers with OpenStack
PPTX
Azure container service docker-ha noi com
PPTX
Docker- Ha Noi - Year end 2015 party
PDF
Continuous delivery of microservices with kubernetes - Quintor 27-2-2017
PPTX
Compare Docker deployment options in the public cloud
PPT
Kubernetes on CloudStack with coreOS
ContainerDayVietnam2016: Kubernetes State-of-the-art Container Management Pla...
ContainerDayVietnam2016: Docker for JS Developer
ContainerDayVietnam2016: Containers with OpenStack
Azure container service docker-ha noi com
Docker- Ha Noi - Year end 2015 party
Continuous delivery of microservices with kubernetes - Quintor 27-2-2017
Compare Docker deployment options in the public cloud
Kubernetes on CloudStack with coreOS

What's hot (20)

PPTX
Docker 1.9 Feature Overview
PDF
ContainerDayVietnam2016: Hybrid and Automation System Architecture
PPT
Docker and CloudStack
PDF
Introduction to Docker
PPTX
Containerizing a REST API and Deploying to Kubernetes
PDF
Microsoft Azure Container Service - DockerCH
PPTX
Kubernetes HA @ AppDirect - Montreal Kubernetes Meetup
PDF
Docker serverless v1.0
PDF
Introduction to Docker Compose
PPTX
Docker Container As A Service - March 2016
PDF
Container Days Boston - Kubernetes in production
PPTX
Azure Container Service
PPTX
Orchestrating Docker Containers with Google Kubernetes on OpenStack
PPTX
Running stateful services in containers - ContainerDays Boston 2016
PDF
AWS ECS Quick Introduction
PDF
Scaling Jenkins with Docker: Swarm, Kubernetes or Mesos?
PDF
Build & Deploy Multi-Container Applications to AWS
PDF
DockerCon SF 2015: Orchestration for Sysadmins
PPTX
Windows Server and Docker - The Internals Behind Bringing Docker and Containe...
PPTX
Continous Delivery to Kubernetes using Helm
Docker 1.9 Feature Overview
ContainerDayVietnam2016: Hybrid and Automation System Architecture
Docker and CloudStack
Introduction to Docker
Containerizing a REST API and Deploying to Kubernetes
Microsoft Azure Container Service - DockerCH
Kubernetes HA @ AppDirect - Montreal Kubernetes Meetup
Docker serverless v1.0
Introduction to Docker Compose
Docker Container As A Service - March 2016
Container Days Boston - Kubernetes in production
Azure Container Service
Orchestrating Docker Containers with Google Kubernetes on OpenStack
Running stateful services in containers - ContainerDays Boston 2016
AWS ECS Quick Introduction
Scaling Jenkins with Docker: Swarm, Kubernetes or Mesos?
Build & Deploy Multi-Container Applications to AWS
DockerCon SF 2015: Orchestration for Sysadmins
Windows Server and Docker - The Internals Behind Bringing Docker and Containe...
Continous Delivery to Kubernetes using Helm
Ad

Viewers also liked (20)

PDF
ContainerDayVietnam2016: Lesson Leanred on Docker 1.12 and Swarm Mode
PPTX
Continuous delivery with docker
PPTX
Buscarv (
PDF
19 Timeless Marketing Laws
PPTX
nuevas tecnologia en el setor turistico
PPTX
January 22, 2016
PDF
Das energiekonzept der bundesregierung (na) im vergleich
PPTX
301121 22 act6
PPTX
Tutorial
PDF
Letter of Recommendation Mohamed Abdel Gawad
PPTX
Modulo 2 skype
PDF
Herramienta modelo de negocio
PDF
15 stupid simple LinkedIn growth strategies
PDF
Workshop mesos docker devoxx fr 2016
PPTX
Platform as a Service with Kubernetes and Mesos
PPTX
Enier medina
PPTX
Procesos de manufactura isley lezama
PDF
Building and deploying a distributed application with Docker, Mesos and Marathon
PPTX
Scaling Like Twitter with Apache Mesos
PPTX
Electromagnetism
ContainerDayVietnam2016: Lesson Leanred on Docker 1.12 and Swarm Mode
Continuous delivery with docker
Buscarv (
19 Timeless Marketing Laws
nuevas tecnologia en el setor turistico
January 22, 2016
Das energiekonzept der bundesregierung (na) im vergleich
301121 22 act6
Tutorial
Letter of Recommendation Mohamed Abdel Gawad
Modulo 2 skype
Herramienta modelo de negocio
15 stupid simple LinkedIn growth strategies
Workshop mesos docker devoxx fr 2016
Platform as a Service with Kubernetes and Mesos
Enier medina
Procesos de manufactura isley lezama
Building and deploying a distributed application with Docker, Mesos and Marathon
Scaling Like Twitter with Apache Mesos
Electromagnetism
Ad

Similar to ContainerDayVietnam2016: Docker at scale with Mesos (20)

PDF
Building Web Scale Apps with Docker and Mesos by Alex Rukletsov (Mesosphere)
PPT
What can-be-done-around-mesos
PDF
Scaling and Embracing Failure: Clustering Docker with Mesos
PDF
Docker - From Walking To Running
PDF
Introduction to Apache Mesos and DC/OS
PDF
Containers, Docker, and Microservices: the Terrific Trio
PDF
Docker 0.11 at MaxCDN meetup in Los Angeles
PDF
Thinking in Terms of a Data Center Operating System
PPTX
Scalable On-Demand Hadoop Clusters with Docker and Mesos
PPTX
Scalable On-Demand Hadoop Clusters with Docker and Mesos
PDF
Deploying Containers in Production and at Scale
PDF
Mesos: A State-of-the-art Container Orchestrator
PDF
DCOS Presentation
PPTX
State of the Container Ecosystem
PDF
OSDC 2016 - Mesos and the Architecture of the New Datacenter by Jörg Schad
PDF
Easy Docker Deployments with Mesosphere DCOS on Azure
PPTX
Containerization - The DevOps Revolution
PDF
Introduction to Docker and all things containers, Docker Meetup at RelateIQ
PDF
A Gentle Introduction To Docker And All Things Containers
PPTX
Docker Introduction
Building Web Scale Apps with Docker and Mesos by Alex Rukletsov (Mesosphere)
What can-be-done-around-mesos
Scaling and Embracing Failure: Clustering Docker with Mesos
Docker - From Walking To Running
Introduction to Apache Mesos and DC/OS
Containers, Docker, and Microservices: the Terrific Trio
Docker 0.11 at MaxCDN meetup in Los Angeles
Thinking in Terms of a Data Center Operating System
Scalable On-Demand Hadoop Clusters with Docker and Mesos
Scalable On-Demand Hadoop Clusters with Docker and Mesos
Deploying Containers in Production and at Scale
Mesos: A State-of-the-art Container Orchestrator
DCOS Presentation
State of the Container Ecosystem
OSDC 2016 - Mesos and the Architecture of the New Datacenter by Jörg Schad
Easy Docker Deployments with Mesosphere DCOS on Azure
Containerization - The DevOps Revolution
Introduction to Docker and all things containers, Docker Meetup at RelateIQ
A Gentle Introduction To Docker And All Things Containers
Docker Introduction

More from Docker-Hanoi (19)

PDF
ContainerDayVietnam2016: Docker 1.12 at OpenFPT
PDF
ContainerDayVietnam2016: Become a Cloud-native Developer
PDF
ContainerDayVietnam2016: Django Development with Docker
PDF
ContainerDayVietnam2016: Dockerize a small business
PPTX
Azure Container Service
PPTX
Docker-Ha Noi- Year end 2015 party
PDF
DockerDay2015: Introduction to OpenStack Magnum
PPTX
DockerDay2015: Keynote
PDF
DockerDay2015: Deploy Apps on IBM Bluemix
PDF
DockerDay2015: Docker Security
PDF
DockerDay2015: Docker orchestration for developers
PDF
DockerDay2015: Docker Networking
PDF
DockerDay2015: Docker orchestration for sysadmin
PDF
DockerDay2015: Getting started with Google Container Engine
PDF
DockerDay2015: Build and monitor a load balanced web application with Docker ...
PDF
DockerDay2015: Introduction to Dockerfile
PDF
DockerDay2015: Getting started with Docker
PDF
DockerDay2015: Microsoft and Docker
PDF
DockerDay 2015: From months to minutes - How GE appliances brought docker int...
ContainerDayVietnam2016: Docker 1.12 at OpenFPT
ContainerDayVietnam2016: Become a Cloud-native Developer
ContainerDayVietnam2016: Django Development with Docker
ContainerDayVietnam2016: Dockerize a small business
Azure Container Service
Docker-Ha Noi- Year end 2015 party
DockerDay2015: Introduction to OpenStack Magnum
DockerDay2015: Keynote
DockerDay2015: Deploy Apps on IBM Bluemix
DockerDay2015: Docker Security
DockerDay2015: Docker orchestration for developers
DockerDay2015: Docker Networking
DockerDay2015: Docker orchestration for sysadmin
DockerDay2015: Getting started with Google Container Engine
DockerDay2015: Build and monitor a load balanced web application with Docker ...
DockerDay2015: Introduction to Dockerfile
DockerDay2015: Getting started with Docker
DockerDay2015: Microsoft and Docker
DockerDay 2015: From months to minutes - How GE appliances brought docker int...

Recently uploaded (20)

PDF
Advanced IT Governance
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PPT
Teaching material agriculture food technology
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Cloud computing and distributed systems.
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
NewMind AI Monthly Chronicles - July 2025
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Empathic Computing: Creating Shared Understanding
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
Advanced IT Governance
Spectral efficient network and resource selection model in 5G networks
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Teaching material agriculture food technology
Unlocking AI with Model Context Protocol (MCP)
Cloud computing and distributed systems.
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Reach Out and Touch Someone: Haptics and Empathic Computing
The Rise and Fall of 3GPP – Time for a Sabbatical?
Diabetes mellitus diagnosis method based random forest with bat algorithm
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
Review of recent advances in non-invasive hemoglobin estimation
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
20250228 LYD VKU AI Blended-Learning.pptx
NewMind AI Monthly Chronicles - July 2025
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Empathic Computing: Creating Shared Understanding
“AI and Expert System Decision Support & Business Intelligence Systems”

ContainerDayVietnam2016: Docker at scale with Mesos