mesos is the new linux devopsdays india 2015

18
MESOS LINUX Dharmesh Kakadia is the new MESOS LINUX Dharmesh Kakadia

Upload: dharmesh-kakadia

Post on 09-Feb-2017

344 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Mesos is the new linux DevOpsDays India 2015

MESOS LINUXDharmesh Kakadia

is

the

newMESOS LINUX

Dharmesh Kakadia

Page 2: Mesos is the new linux DevOpsDays India 2015

Micro services are cool

Page 3: Mesos is the new linux DevOpsDays India 2015

Unix - Microservice before it was cooltr -cs A-Za-z '\n' | tr A-Z a-z | sort | uniq -c | sort -rn | sed ${1}q

Page 4: Mesos is the new linux DevOpsDays India 2015

Lets write and run Hello World

• Manage memory

• Manage scheduling – which CPU you want to run this on? How long ?

• Handle isolation

• Manage hardware

• User login

• Boot up

#include<stdio.h>

main() {

printf("Hello World");

}

Page 5: Mesos is the new linux DevOpsDays India 2015

What an OS does?

• Resource management

• Isolation

• Inter-process communication

• Authentication + Authorization

Page 6: Mesos is the new linux DevOpsDays India 2015

Lets write and run scalable Hello World

Page 7: Mesos is the new linux DevOpsDays India 2015

Mesosis a

Data Center Kernel

Page 8: Mesos is the new linux DevOpsDays India 2015

What a Data center OS does?

Page 9: Mesos is the new linux DevOpsDays India 2015

What a Data center OS does?

• Resource management

• Isolation

• Inter-process communication

• Authentication + Authorization

Page 10: Mesos is the new linux DevOpsDays India 2015

What a Data center OS does?

• Resource management

• Isolation

• Inter-process communication

• Authentication + Authorization

• Scalability

• Fault tolerance

• Service Discovery/ Load balancing

• … and many more

Page 11: Mesos is the new linux DevOpsDays India 2015

Why should you care?

Page 12: Mesos is the new linux DevOpsDays India 2015

Runs on all platforms

Page 13: Mesos is the new linux DevOpsDays India 2015

Mesos Data Center

Page 14: Mesos is the new linux DevOpsDays India 2015

What is Mesos?

Page 15: Mesos is the new linux DevOpsDays India 2015

Don’t believe me.

• Netflix

• Twitter

• Airbnb

• Hubspot

• Conviva

• Cisco

• eBay

• Coursera

Don’t believe me

Page 16: Mesos is the new linux DevOpsDays India 2015

Don’t believe me

• Netflix

• Twitter

• Airbnb

• Hubspot

• Conviva

• Cisco

• eBay

• Coursera

Page 17: Mesos is the new linux DevOpsDays India 2015

Where is this all going?

• Unix

• Plan9

• Google Borg

• Apache Mesos 2011

• Omega, Osprey, Unikernels, 2012

• Docker 2013

• Kubernetes 2014

• Metero’s Galaxy, Docker Swarm 2015

Page 18: Mesos is the new linux DevOpsDays India 2015

$whoami -

MESOS

LINUX

@dharmeshkakadia

• mesos.apache.org• bit.ly/awesome-mesos