SlideShare a Scribd company logo
1 of 32
Download to read offline
steamnl
Daniël van Gils
Creative Technologist
daniel@steam.nl
@ kamerblauwlicht
DEV LIKE A
MADMAN
?
HMMM?
EMPLOYER
BRANDING
AGENCY
CLIENTS
CASE
DEV LIKE A
MADMAN
AND
USE DOCKER IN 

PRODUCTION
= SCARY
RAISE
ANCHOR
STOP
THE DRAG
X
OMG
FTP
X
CLEAN & QUALITY
CODE
START
SHIPPING
CONTINUOUSLY
WE
WANT
MODERN
CRAFTMANSHIP
WE
WANT
containers
WE
WANT
docker-compose
MIX
MATCH
TECH
WE
WANT
DOCKER
IN PRODUCTION
WE
WANT EASYDEV FLOW = WRITE ONCE RUN (& TEST) EVERYWHERE ;-)
NETWORKING
SERVICE DISCOVERY
AUTOMAGIC STUFF
ORCHESTRATION
(AUTO)SCALING
DATA MANAGMENT
MONITORING
!!SECURITY!! (HACKERS GALORE)
WE
WANT TO
BE
IN CONTROL
NO PAAS
ClusterHQ
Redhat
SoundCloud
Google
Docker
CoreOS Inc
Apache
Spotify
Runs on
includes
uses
usesRuns on
networking
based on
uses
DOCKER ECOSYSTEM
Service Discovery Orchestration
Monitoring OS Networking Data Management
Automation
Helios
Fig
Compose
hroot
Shutit
Docker IaaS tools
Powerstrip
StackatoPanamaxMesosMarathon
FlynnSerf
etcd
CoreOS Rudder
Flocker
fleet
pipework
socketplane
Tenus
weave
Docker Swarm
Docker Machine
OpenShift Origin
geard
Kitematic
Kubernetes
Cloud66
Centurion
RancherRancherOS
Consul
Shipyard
Citadel
Datadog
Scout
Zenoss Control Center
Signal fx
Sysdig cloud
Docker Monitoring Extention for
AppDynamics
New Relic
Prometheus
libswarm
Project Atomic
replaced by
replaced by
Built on the Docker cluster management toolkit Citadel, Shipyard gives you the ability to manage Docker resources including containers, hosts
and more. Shipyard differs from other management applications in that it promotes composability.At the core, Shipyard only manages Docker
(containers, etc). However, using "Extention Images" you can add functionality such as application routing and load balancing, centralized
logging, deployment and more.You decide which components to use that fit your needs. shipyard-project.com
A highly-available key value store for shared configuration and service discovery. github.com/coreos/etcd
Marathon is an Apache Mesos framework for long-running applications. Given that you have Mesos running as the kernel for your datacenter,
Marathon is the init or upstart daemon. Marathon provides a REST API for starting, stopping, and scaling applications. Marathon is written in
Scala and can run in highly-available mode by running multiple copies. http://mesosphere.github.io/marathon/
Docker, Fleet & CoreOS. With Panamax, you can easily create, share and deploy any containerized app no matter how complex it might be.
Stitch together Docker containers. You can configure links, ports and environment variables, as well as organize your application services into
categories.
Save your application template to a git repository and share it with your friends. You can source your friends' template repositories or submit a
pull request and have your template be canonical and accessible by anyone in the world. www.panamax.io
Overlay network. github.com/coreos/rudder
Docker Machine makes it really easy to create Docker hosts on your computer, on cloud providers and insid
center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.
https://docs.docker.com/machine/
Hroot provides transports and straightforward configuration files for Docker. Strongly version your containe
them offline or over SSH & HTTP with git! github.com/polydawn/hroot
Docker IaaS Tools is a tool set for creating basic single-host multi-tenant IaaS. github.com/pyotr777/dock
Powerstrip is a configurable, pluggable HTTP proxy for the Docker API which lets you plug multiple Docker e
types into the same Docker daemon. github.com/ClusterHQ/powerstrip
A tool for discovering and configuring services in your infrastructure. It provides several key features: Service Discovery, Health Checking,
Key/Value Store, Multi Datacenter. www.consul.io
Project Atomic facilitates application-centric IT architecture by providing an end-to-end solution for deploying containerized applications
quickly and reliably, with atomic update and rollback for application and host alike. The core of Project Atomic is the Project Atomic Host. This is
a lightweight operating system that has been assembled out of upstream RPM content. It is designed to run applications in Docker containers.
Atomic taps geard to install and link Docker containers into systemd and coordinate these containers across hosts. www.projectatomic.io
With the help of Docker executor for Mesos, Mesos can run and manage Docker containers in conjunction with Chronos and Mesosphere's
Marathon frameworks. mesos.apache.org
OpenShift Origin is the open source upstream of OpenShift, the next generation application hosting platform
Hat.Also known as Platform-as-a-Service, OpenShift takes care of infrastructure, middleware, and managemen
focus on your app. www.openshift.org
Flocker lets you move your Docker containers and their data together between hosts.This means that you can r
queues and key-value stores in Docker and move them around as easily as the rest of your app. Even stateless
many stateful services and currently running these services in Docker containers in production is nearly impos
to solve this problem by providing an orchestration framework that allows you to port both your stateful and st
between environments. clusterhq.com
libswarm is a toolkit for composing network services. It defines a standard interface for services in a distributed
communicate with each other.
Cloud66 is a paid service for managing applications in Docker containers on a number of cloud providers.
http://www.cloud66.com
Fleet ties together systemd and etcd into a distributed init system. Think of it as an extension of systemd th
cluster level instead of the machine level. This project is very low level and is designed as a foundation for h
orchestration. github.com/coreos/fleet
Kubernetes enables users to ask a cluster to run a set of containers.The system automatically chooses hosts to
ers on. Has scheduler.
Architecturally, we want Kubernetes to be built as a collection of pluggable components and layers, with the ab
alternative schedulers, storage systems, and distribution mechanisms.
Kubernetes is intended to run on multiple cloud providers, as well as on physical hosts.
A single Kubernetes cluster is not intended to span multiple availability zones.
Kubernetes is not currently suitable for use by multiple users.
Kubernetes provides higher-level organizational constructs in support of common cluster-level usage patterns
on service applications, but which could also be expanded to batch and test workloads in the future. http://ku
packaging and deploying Linux Containers (LXC). In addition to securing your application from others in your c
containers also provide a number of benefits to organizations such as utilizing computing resources more effic
the application lifecycle and enabling workload portability. www.activestate.com/stackato
Fast, isolated development environments. www.fig.sh
Compose is a tool for defining and running complex applications with Docker.With Compose, you define a mu
application in a single file, then spin your application up in a single command which does everything that nee
get it running. Compose is great for development environments, staging servers, and CI.We don't recommend
production yet. https://github.com/docker/compose
Tenus is a Golang package which allows you to configure and manage Linux network devices programmaticall
with Linux Kernel via netlink to facilitate creation and configuration of network devices on the Linux host.The p
Weave creates a virtual network that connects Docker containers deployed across multiple hosts.
Applications use the network just as if the containers were all plugged into the same network switch, with no n
port mappings, links, etc. Services provided by application containers on the weave network can be made acce
outside world, regardless of where those containers are running. Similarly, existing internal systems can be ex
tion containers irrespective of their location. github.com/zettio/weave
CoreOS is designed for security, consistency, and reliability. Instead of installing packages via yum or apt, CoreOS uses Linux containers to
manage your services at a higher level of abstraction. A single service's code and all dependencies are packaged within a container that can be
run on one or many CoreOS machines. coreos.com
Serf is a tool for cluster membership, failure detection, and orchestration that is decentralized, fault-tolerant and highly available. Serf runs on
every major platform: Linux, Mac OS X, and Windows. It is extremely lightweight: it uses 5 to 10 MB of resident memory and primarily
communicates using infrequent UDP messages. Serf only provides membership, failure detection, and user events. www.serfdom.io
Flynn is a “distribution” of components that out-of-the-box gives companies a reasonable starting point for an internal “platform” for running their
applications and services.
Flynn is the banner for a collection of independent projects that together make up a toolkit or loose framework for building distributed systems.
Flynn is both a whole and many parts, depending on what is most useful for you.The common goal is to democratize years of experience and best
practices in building distributed systems. It is the software layer between operators and developers that makes both their lives easier.
www.flynn.io
Helios is a Docker orchestration platform for deploying and managing containers across an entire fleet. github.com/spotify/helios
Datadog Agent uses the native cgroup accounting metrics to gather CPU, memory, network and I/O metrics of the containers every 15 seconds
before they are forwarded to Datadog.
www.datadoghq.com/integrations/#docker
Sysdig Cloud’s new approach to monitoring provides visibility into Docker, LXC, and libvirt-lxc container technologies.At a high level, it is as
simple as this: with Sysdig Cloud you get full visibility inside every container, but you do it from outside the containers.
Sysdig Cloud’s approach is grounded in the fact that containers all share a common kernel with their host OS.The Sysdig Cloud agent is installed
on the host OS or into its own privileged container. From here, Sysdig Cloud is able to collect the internal activity of every container, along with the
broader context of the host system! And of course all the information is then correlated together across all of your distributed host systems –
containerized or not.
The result? A holistic view of your entire distributed infrastructure and full context into how containers interact with each other and with other
components of your systems. PLUS the ability to drill down into what happens inside any container, no matter what popular container technology
you’re running. sysdig.com/distributed-container-monitoring-sysdig-cloud-revolution/
community.appdynamics.com/t5/eXchange-Community-AppDynamics/Docker-Monitoring-Extension/idi-p/14749
Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions,
displays the results, and can trigger alerts if some condition is observed to be true. http://prometheus.io
A docker centric package for scheduling containers on a docker cluster. citadeltoolkit.org
Provides infrastructure services such as multi-host networking, global and local load balancing, and volume snapshots. It integrates native
Docker management capabilities such as Docker Machine and Docker Swarm. www.rancher.io
Built on Docker: a minimalist Linux distribution for running Docker containers. Docker is run directly on top of the Linux Kernel, and all
user-space Linux services are distributed as Docker containers. There is no need to use a separate software package distribution mechanism for
RancherOS itself.
An OS made of Containers: the Docker daemon runs as PID 1, the first process the kernel starts.It is responsible for initiating system services,
such as udev, DHCP and the console. System Docker takes the place of the init system, such as sysvinit or systemd, in other Linux distributions.
rancher.com/rancher-os/
High resolution. Streaming and historical analytics. Multidimensional metrics. Uses CollectD plugin for Docker. As soon as the docker-col-
lectd-plugin is installed, and assuming your CollectD is configured to send metrics to SignalFx, it will start reporting container metrics for the
running containers on that host, with any new container being picked up automatically. Once you log into SignalFx, you should see a new
Docker page that was automatically created with a dashboard showing your container statistics in real time.
blog.signalfx.com/signalfx-is-proud-to-join-the-docker-ecosystem-technology-partner-program
Scout collects key performance metrics automatically. Scout automatically monitors new servers when they come online. Scout's agent
includes a feather-weight StatsD collector. No separate monitoring server to manage: just install our agent and you've got monitoring. Scout's
roles-based approach to grouping servers makes monitoring group of servers as easy a one server. scoutapp.com
Zenoss Control Center is an open source application management and orchestration system. Control Center can not only manage the Zenoss
platform but other Docker applications, from a simple web application to a multi-tiered stateful application stack. Control Center is based on a
service oriented architecture which enables applications to run as a set of distributed services that can span hosts, datacenters, and geograph-
ic regions. A simple declarative application template file is used to describe how an application is configured, deployed, managed and moni-
tored. Declarative monitoring support is built into Control Center. Applications can be automatically monitored and modeled upon provision-
ing. www.controlcenter.io
Docker Swarm is a simple tool which controls a cluster of Docker hosts and exposes it as a single "virtual" host
clustering system. It allows you to connect to a single Docker endpoint and run containers on an entire cluster.
https://github.com/docker/swarm/
ShutIt is a tool for managing your build process that is both structured and flexible. Complex Docker Builds
github.com/ianmiell/shutit
Open vSwitch-based Software-Defined Networking over Docker for container-based clouds. SocketPlane prov
abstraction at the socket-layer. http://socketplane.io
Desktop application for running Docker in VirtualBox on OS X with GUI. https://kitematic.com
geard is a command-line client and agent for integrating and linking Docker containers into systemd across m
http://openshift.github.io/geard/
Centurion is deployment tool for Docker.Takes containers from a Docker registry and runs them on a fleet of h
correct environment variables, host volume mappings, and port mappings. https://github.com/newrelic/cent
WE
USE
RELAX
steamnl/docker_workflow
awesome app
boring stuff but
important
experience api / ruby
cms / ruby
static
containers
sleep at night
Daniël
modern
craftmanship
whatsapp / python
chat api / ruby
hidden service / tor
git checkout
build container(s)
run test against container(s)
incoming hook
scheduler
deploy hook
builder
test manager
cleanup
push hook to ci service
deploy hook
steamnl/minimal_docker_ci
docker-compose
git repo has
docker-compose-test.yml
containing
a test setup
(mimic docker cluster)
git-flow
zero downtime!
steamnl/docker_workflow
steamnl/docker_workflow
steamnl
Daniël van Gils
Creative Technologist
daniel@steam.nl
@ kamerblauwlicht
DEV LIKE A
MADMAN
EASY :-)

More Related Content

What's hot

Docker for the Internet of Things (IoT): An Introduction
Docker for the Internet of Things (IoT): An IntroductionDocker for the Internet of Things (IoT): An Introduction
Docker for the Internet of Things (IoT): An Introductionmsyukor
 
HPC Cloud Burst Using Docker
HPC Cloud Burst Using DockerHPC Cloud Burst Using Docker
HPC Cloud Burst Using DockerIRJET Journal
 
Cloud Foundry Introduction - Canada - October 2012
Cloud Foundry Introduction - Canada - October 2012Cloud Foundry Introduction - Canada - October 2012
Cloud Foundry Introduction - Canada - October 2012Patrick Chanezon
 
IAU workshop 2018 day one
IAU workshop 2018 day oneIAU workshop 2018 day one
IAU workshop 2018 day oneWalid Shaari
 
Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...
Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...
Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...Patrick Chanezon
 
Continous delivery at docker age
Continous delivery at docker ageContinous delivery at docker age
Continous delivery at docker ageAdrien Blind
 
Docker Container As A Service - Mix-IT 2016
Docker Container As A Service - Mix-IT 2016Docker Container As A Service - Mix-IT 2016
Docker Container As A Service - Mix-IT 2016Patrick Chanezon
 
Docker - Alem da virtualizaćão Tradicional
Docker - Alem da virtualizaćão Tradicional Docker - Alem da virtualizaćão Tradicional
Docker - Alem da virtualizaćão Tradicional Marcos Vieira
 
The DevOps paradigm - the evolution of IT professionals and opensource toolkit
The DevOps paradigm - the evolution of IT professionals and opensource toolkitThe DevOps paradigm - the evolution of IT professionals and opensource toolkit
The DevOps paradigm - the evolution of IT professionals and opensource toolkitMarco Ferrigno
 
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)Eric D. Schabell
 
.docker : how to deploy Digital Experience in a container drinking a cup of c...
.docker : how to deploy Digital Experience in a container drinking a cup of c....docker : how to deploy Digital Experience in a container drinking a cup of c...
.docker : how to deploy Digital Experience in a container drinking a cup of c...Andrea Fontana
 
Docker Meetup - Melbourne 2015 - Kubernetes Deep Dive
Docker Meetup - Melbourne 2015 - Kubernetes Deep DiveDocker Meetup - Melbourne 2015 - Kubernetes Deep Dive
Docker Meetup - Melbourne 2015 - Kubernetes Deep DiveKen Thompson
 
Docker OpenStack Cloud Foundry
Docker OpenStack Cloud FoundryDocker OpenStack Cloud Foundry
Docker OpenStack Cloud FoundryAnimesh Singh
 
Containers - Portable, repeatable user-oriented application delivery. Build, ...
Containers - Portable, repeatable user-oriented application delivery. Build, ...Containers - Portable, repeatable user-oriented application delivery. Build, ...
Containers - Portable, repeatable user-oriented application delivery. Build, ...Walid Shaari
 
OpenShift PaaS Anywhere (Infrastructure.Next Ghent 2014-02-24) Diane Mueller
OpenShift PaaS Anywhere (Infrastructure.Next Ghent 2014-02-24) Diane Mueller OpenShift PaaS Anywhere (Infrastructure.Next Ghent 2014-02-24) Diane Mueller
OpenShift PaaS Anywhere (Infrastructure.Next Ghent 2014-02-24) Diane Mueller OpenShift Origin
 
Containerization Report
Containerization ReportContainerization Report
Containerization ReportJatin Chauhan
 

What's hot (20)

Docker for the Internet of Things (IoT): An Introduction
Docker for the Internet of Things (IoT): An IntroductionDocker for the Internet of Things (IoT): An Introduction
Docker for the Internet of Things (IoT): An Introduction
 
HPC Cloud Burst Using Docker
HPC Cloud Burst Using DockerHPC Cloud Burst Using Docker
HPC Cloud Burst Using Docker
 
Cloud Foundry Introduction - Canada - October 2012
Cloud Foundry Introduction - Canada - October 2012Cloud Foundry Introduction - Canada - October 2012
Cloud Foundry Introduction - Canada - October 2012
 
IAU workshop 2018 day one
IAU workshop 2018 day oneIAU workshop 2018 day one
IAU workshop 2018 day one
 
Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...
Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...
Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...
 
Axigen on docker
Axigen on dockerAxigen on docker
Axigen on docker
 
Continous delivery at docker age
Continous delivery at docker ageContinous delivery at docker age
Continous delivery at docker age
 
Docker meetup-20-apr-17-openshit
Docker meetup-20-apr-17-openshitDocker meetup-20-apr-17-openshit
Docker meetup-20-apr-17-openshit
 
Docker Container As A Service - Mix-IT 2016
Docker Container As A Service - Mix-IT 2016Docker Container As A Service - Mix-IT 2016
Docker Container As A Service - Mix-IT 2016
 
Docker - Alem da virtualizaćão Tradicional
Docker - Alem da virtualizaćão Tradicional Docker - Alem da virtualizaćão Tradicional
Docker - Alem da virtualizaćão Tradicional
 
The DevOps paradigm - the evolution of IT professionals and opensource toolkit
The DevOps paradigm - the evolution of IT professionals and opensource toolkitThe DevOps paradigm - the evolution of IT professionals and opensource toolkit
The DevOps paradigm - the evolution of IT professionals and opensource toolkit
 
Docker Basics
Docker BasicsDocker Basics
Docker Basics
 
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)
 
.docker : how to deploy Digital Experience in a container drinking a cup of c...
.docker : how to deploy Digital Experience in a container drinking a cup of c....docker : how to deploy Digital Experience in a container drinking a cup of c...
.docker : how to deploy Digital Experience in a container drinking a cup of c...
 
Docker Meetup - Melbourne 2015 - Kubernetes Deep Dive
Docker Meetup - Melbourne 2015 - Kubernetes Deep DiveDocker Meetup - Melbourne 2015 - Kubernetes Deep Dive
Docker Meetup - Melbourne 2015 - Kubernetes Deep Dive
 
Docker OpenStack Cloud Foundry
Docker OpenStack Cloud FoundryDocker OpenStack Cloud Foundry
Docker OpenStack Cloud Foundry
 
Containers - Portable, repeatable user-oriented application delivery. Build, ...
Containers - Portable, repeatable user-oriented application delivery. Build, ...Containers - Portable, repeatable user-oriented application delivery. Build, ...
Containers - Portable, repeatable user-oriented application delivery. Build, ...
 
OpenShift PaaS Anywhere (Infrastructure.Next Ghent 2014-02-24) Diane Mueller
OpenShift PaaS Anywhere (Infrastructure.Next Ghent 2014-02-24) Diane Mueller OpenShift PaaS Anywhere (Infrastructure.Next Ghent 2014-02-24) Diane Mueller
OpenShift PaaS Anywhere (Infrastructure.Next Ghent 2014-02-24) Diane Mueller
 
Cloud Foundry Overview
Cloud Foundry OverviewCloud Foundry Overview
Cloud Foundry Overview
 
Containerization Report
Containerization ReportContainerization Report
Containerization Report
 

Viewers also liked

Viewers also liked (9)

Docker Networking Meetup - Intro to Docker Networking
Docker Networking Meetup - Intro to Docker NetworkingDocker Networking Meetup - Intro to Docker Networking
Docker Networking Meetup - Intro to Docker Networking
 
French revolution
French revolutionFrench revolution
French revolution
 
Baclofene Avis
Baclofene AvisBaclofene Avis
Baclofene Avis
 
Hadoop Technologies
Hadoop TechnologiesHadoop Technologies
Hadoop Technologies
 
Analandia
AnalandiaAnalandia
Analandia
 
Resume (Sales)
Resume (Sales)Resume (Sales)
Resume (Sales)
 
Bhargava report
Bhargava reportBhargava report
Bhargava report
 
Meet D Yellow Elephant
Meet D Yellow ElephantMeet D Yellow Elephant
Meet D Yellow Elephant
 
Most currentcv
Most currentcvMost currentcv
Most currentcv
 

Similar to presentation @ docker meetup

What is Docker & Why is it Getting Popular?
What is Docker & Why is it Getting Popular?What is Docker & Why is it Getting Popular?
What is Docker & Why is it Getting Popular?Mars Devs
 
Docker, Cloud Foundry, Bosh & Bluemix
Docker, Cloud Foundry, Bosh & BluemixDocker, Cloud Foundry, Bosh & Bluemix
Docker, Cloud Foundry, Bosh & BluemixIBM
 
Docker Introduction SDP 12-2015
Docker  Introduction  SDP 12-2015Docker  Introduction  SDP 12-2015
Docker Introduction SDP 12-2015Rotem Or
 
8 good reasons to learn docker
8 good reasons to learn docker8 good reasons to learn docker
8 good reasons to learn dockerprabhasathya
 
Docker_Interview_Questions__Answers.pdf
Docker_Interview_Questions__Answers.pdfDocker_Interview_Questions__Answers.pdf
Docker_Interview_Questions__Answers.pdfRifqiMultazamOfficia
 
PHP Buildpacks in the Cloud on Bluemix
PHP Buildpacks in the Cloud on BluemixPHP Buildpacks in the Cloud on Bluemix
PHP Buildpacks in the Cloud on BluemixIBM
 
Cloud Foundry for PHP developers
Cloud Foundry for PHP developersCloud Foundry for PHP developers
Cloud Foundry for PHP developersDaniel Krook
 
Docker Application to Scientific Computing
Docker Application to Scientific ComputingDocker Application to Scientific Computing
Docker Application to Scientific ComputingPeter Bryzgalov
 
Los contenedores en el mundo Microsoft #ReConnect2016
Los contenedores en el mundo Microsoft #ReConnect2016Los contenedores en el mundo Microsoft #ReConnect2016
Los contenedores en el mundo Microsoft #ReConnect2016Roberto Sanz Ciriano
 
Docker - Der Wal in der Kiste
Docker - Der Wal in der KisteDocker - Der Wal in der Kiste
Docker - Der Wal in der KisteUlrich Krause
 
Docker
DockerDocker
DockerNarato
 
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...Patrick Chanezon
 
Building Your Docker Tech Stack
Building Your Docker Tech StackBuilding Your Docker Tech Stack
Building Your Docker Tech StackBret Fisher
 
Building your production tech stack for docker container platform
Building your production tech stack for docker container platformBuilding your production tech stack for docker container platform
Building your production tech stack for docker container platformDocker, Inc.
 
Docker and containerization
Docker and containerizationDocker and containerization
Docker and containerizationAmulya Saxena
 

Similar to presentation @ docker meetup (20)

What is Docker & Why is it Getting Popular?
What is Docker & Why is it Getting Popular?What is Docker & Why is it Getting Popular?
What is Docker & Why is it Getting Popular?
 
Docker, Cloud Foundry, Bosh & Bluemix
Docker, Cloud Foundry, Bosh & BluemixDocker, Cloud Foundry, Bosh & Bluemix
Docker, Cloud Foundry, Bosh & Bluemix
 
Docker Introduction SDP 12-2015
Docker  Introduction  SDP 12-2015Docker  Introduction  SDP 12-2015
Docker Introduction SDP 12-2015
 
8 good reasons to learn docker
8 good reasons to learn docker8 good reasons to learn docker
8 good reasons to learn docker
 
Docker 101 Checonf 2016
Docker 101 Checonf 2016Docker 101 Checonf 2016
Docker 101 Checonf 2016
 
Docker_Interview_Questions__Answers.pdf
Docker_Interview_Questions__Answers.pdfDocker_Interview_Questions__Answers.pdf
Docker_Interview_Questions__Answers.pdf
 
What is Docker?
What is Docker?What is Docker?
What is Docker?
 
Docker In Brief
Docker In BriefDocker In Brief
Docker In Brief
 
PHP Buildpacks in the Cloud on Bluemix
PHP Buildpacks in the Cloud on BluemixPHP Buildpacks in the Cloud on Bluemix
PHP Buildpacks in the Cloud on Bluemix
 
Cloud Foundry for PHP developers
Cloud Foundry for PHP developersCloud Foundry for PHP developers
Cloud Foundry for PHP developers
 
Docker Application to Scientific Computing
Docker Application to Scientific ComputingDocker Application to Scientific Computing
Docker Application to Scientific Computing
 
Docker
DockerDocker
Docker
 
Los contenedores en el mundo Microsoft #ReConnect2016
Los contenedores en el mundo Microsoft #ReConnect2016Los contenedores en el mundo Microsoft #ReConnect2016
Los contenedores en el mundo Microsoft #ReConnect2016
 
Docker - Der Wal in der Kiste
Docker - Der Wal in der KisteDocker - Der Wal in der Kiste
Docker - Der Wal in der Kiste
 
Docker
DockerDocker
Docker
 
Docker basics
Docker basicsDocker basics
Docker basics
 
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...
 
Building Your Docker Tech Stack
Building Your Docker Tech StackBuilding Your Docker Tech Stack
Building Your Docker Tech Stack
 
Building your production tech stack for docker container platform
Building your production tech stack for docker container platformBuilding your production tech stack for docker container platform
Building your production tech stack for docker container platform
 
Docker and containerization
Docker and containerizationDocker and containerization
Docker and containerization
 

Recently uploaded

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

presentation @ docker meetup

  • 1. steamnl Daniël van Gils Creative Technologist daniel@steam.nl @ kamerblauwlicht DEV LIKE A MADMAN
  • 2. ?
  • 3.
  • 4.
  • 7.
  • 9. DEV LIKE A MADMAN AND USE DOCKER IN 
 PRODUCTION = SCARY
  • 11. X
  • 19. WE WANT EASYDEV FLOW = WRITE ONCE RUN (& TEST) EVERYWHERE ;-) NETWORKING SERVICE DISCOVERY AUTOMAGIC STUFF ORCHESTRATION (AUTO)SCALING DATA MANAGMENT MONITORING !!SECURITY!! (HACKERS GALORE)
  • 21. ClusterHQ Redhat SoundCloud Google Docker CoreOS Inc Apache Spotify Runs on includes uses usesRuns on networking based on uses DOCKER ECOSYSTEM Service Discovery Orchestration Monitoring OS Networking Data Management Automation Helios Fig Compose hroot Shutit Docker IaaS tools Powerstrip StackatoPanamaxMesosMarathon FlynnSerf etcd CoreOS Rudder Flocker fleet pipework socketplane Tenus weave Docker Swarm Docker Machine OpenShift Origin geard Kitematic Kubernetes Cloud66 Centurion RancherRancherOS Consul Shipyard Citadel Datadog Scout Zenoss Control Center Signal fx Sysdig cloud Docker Monitoring Extention for AppDynamics New Relic Prometheus libswarm Project Atomic replaced by replaced by Built on the Docker cluster management toolkit Citadel, Shipyard gives you the ability to manage Docker resources including containers, hosts and more. Shipyard differs from other management applications in that it promotes composability.At the core, Shipyard only manages Docker (containers, etc). However, using "Extention Images" you can add functionality such as application routing and load balancing, centralized logging, deployment and more.You decide which components to use that fit your needs. shipyard-project.com A highly-available key value store for shared configuration and service discovery. github.com/coreos/etcd Marathon is an Apache Mesos framework for long-running applications. Given that you have Mesos running as the kernel for your datacenter, Marathon is the init or upstart daemon. Marathon provides a REST API for starting, stopping, and scaling applications. Marathon is written in Scala and can run in highly-available mode by running multiple copies. http://mesosphere.github.io/marathon/ Docker, Fleet & CoreOS. With Panamax, you can easily create, share and deploy any containerized app no matter how complex it might be. Stitch together Docker containers. You can configure links, ports and environment variables, as well as organize your application services into categories. Save your application template to a git repository and share it with your friends. You can source your friends' template repositories or submit a pull request and have your template be canonical and accessible by anyone in the world. www.panamax.io Overlay network. github.com/coreos/rudder Docker Machine makes it really easy to create Docker hosts on your computer, on cloud providers and insid center. It creates servers, installs Docker on them, then configures the Docker client to talk to them. https://docs.docker.com/machine/ Hroot provides transports and straightforward configuration files for Docker. Strongly version your containe them offline or over SSH & HTTP with git! github.com/polydawn/hroot Docker IaaS Tools is a tool set for creating basic single-host multi-tenant IaaS. github.com/pyotr777/dock Powerstrip is a configurable, pluggable HTTP proxy for the Docker API which lets you plug multiple Docker e types into the same Docker daemon. github.com/ClusterHQ/powerstrip A tool for discovering and configuring services in your infrastructure. It provides several key features: Service Discovery, Health Checking, Key/Value Store, Multi Datacenter. www.consul.io Project Atomic facilitates application-centric IT architecture by providing an end-to-end solution for deploying containerized applications quickly and reliably, with atomic update and rollback for application and host alike. The core of Project Atomic is the Project Atomic Host. This is a lightweight operating system that has been assembled out of upstream RPM content. It is designed to run applications in Docker containers. Atomic taps geard to install and link Docker containers into systemd and coordinate these containers across hosts. www.projectatomic.io With the help of Docker executor for Mesos, Mesos can run and manage Docker containers in conjunction with Chronos and Mesosphere's Marathon frameworks. mesos.apache.org OpenShift Origin is the open source upstream of OpenShift, the next generation application hosting platform Hat.Also known as Platform-as-a-Service, OpenShift takes care of infrastructure, middleware, and managemen focus on your app. www.openshift.org Flocker lets you move your Docker containers and their data together between hosts.This means that you can r queues and key-value stores in Docker and move them around as easily as the rest of your app. Even stateless many stateful services and currently running these services in Docker containers in production is nearly impos to solve this problem by providing an orchestration framework that allows you to port both your stateful and st between environments. clusterhq.com libswarm is a toolkit for composing network services. It defines a standard interface for services in a distributed communicate with each other. Cloud66 is a paid service for managing applications in Docker containers on a number of cloud providers. http://www.cloud66.com Fleet ties together systemd and etcd into a distributed init system. Think of it as an extension of systemd th cluster level instead of the machine level. This project is very low level and is designed as a foundation for h orchestration. github.com/coreos/fleet Kubernetes enables users to ask a cluster to run a set of containers.The system automatically chooses hosts to ers on. Has scheduler. Architecturally, we want Kubernetes to be built as a collection of pluggable components and layers, with the ab alternative schedulers, storage systems, and distribution mechanisms. Kubernetes is intended to run on multiple cloud providers, as well as on physical hosts. A single Kubernetes cluster is not intended to span multiple availability zones. Kubernetes is not currently suitable for use by multiple users. Kubernetes provides higher-level organizational constructs in support of common cluster-level usage patterns on service applications, but which could also be expanded to batch and test workloads in the future. http://ku packaging and deploying Linux Containers (LXC). In addition to securing your application from others in your c containers also provide a number of benefits to organizations such as utilizing computing resources more effic the application lifecycle and enabling workload portability. www.activestate.com/stackato Fast, isolated development environments. www.fig.sh Compose is a tool for defining and running complex applications with Docker.With Compose, you define a mu application in a single file, then spin your application up in a single command which does everything that nee get it running. Compose is great for development environments, staging servers, and CI.We don't recommend production yet. https://github.com/docker/compose Tenus is a Golang package which allows you to configure and manage Linux network devices programmaticall with Linux Kernel via netlink to facilitate creation and configuration of network devices on the Linux host.The p Weave creates a virtual network that connects Docker containers deployed across multiple hosts. Applications use the network just as if the containers were all plugged into the same network switch, with no n port mappings, links, etc. Services provided by application containers on the weave network can be made acce outside world, regardless of where those containers are running. Similarly, existing internal systems can be ex tion containers irrespective of their location. github.com/zettio/weave CoreOS is designed for security, consistency, and reliability. Instead of installing packages via yum or apt, CoreOS uses Linux containers to manage your services at a higher level of abstraction. A single service's code and all dependencies are packaged within a container that can be run on one or many CoreOS machines. coreos.com Serf is a tool for cluster membership, failure detection, and orchestration that is decentralized, fault-tolerant and highly available. Serf runs on every major platform: Linux, Mac OS X, and Windows. It is extremely lightweight: it uses 5 to 10 MB of resident memory and primarily communicates using infrequent UDP messages. Serf only provides membership, failure detection, and user events. www.serfdom.io Flynn is a “distribution” of components that out-of-the-box gives companies a reasonable starting point for an internal “platform” for running their applications and services. Flynn is the banner for a collection of independent projects that together make up a toolkit or loose framework for building distributed systems. Flynn is both a whole and many parts, depending on what is most useful for you.The common goal is to democratize years of experience and best practices in building distributed systems. It is the software layer between operators and developers that makes both their lives easier. www.flynn.io Helios is a Docker orchestration platform for deploying and managing containers across an entire fleet. github.com/spotify/helios Datadog Agent uses the native cgroup accounting metrics to gather CPU, memory, network and I/O metrics of the containers every 15 seconds before they are forwarded to Datadog. www.datadoghq.com/integrations/#docker Sysdig Cloud’s new approach to monitoring provides visibility into Docker, LXC, and libvirt-lxc container technologies.At a high level, it is as simple as this: with Sysdig Cloud you get full visibility inside every container, but you do it from outside the containers. Sysdig Cloud’s approach is grounded in the fact that containers all share a common kernel with their host OS.The Sysdig Cloud agent is installed on the host OS or into its own privileged container. From here, Sysdig Cloud is able to collect the internal activity of every container, along with the broader context of the host system! And of course all the information is then correlated together across all of your distributed host systems – containerized or not. The result? A holistic view of your entire distributed infrastructure and full context into how containers interact with each other and with other components of your systems. PLUS the ability to drill down into what happens inside any container, no matter what popular container technology you’re running. sysdig.com/distributed-container-monitoring-sysdig-cloud-revolution/ community.appdynamics.com/t5/eXchange-Community-AppDynamics/Docker-Monitoring-Extension/idi-p/14749 Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. http://prometheus.io A docker centric package for scheduling containers on a docker cluster. citadeltoolkit.org Provides infrastructure services such as multi-host networking, global and local load balancing, and volume snapshots. It integrates native Docker management capabilities such as Docker Machine and Docker Swarm. www.rancher.io Built on Docker: a minimalist Linux distribution for running Docker containers. Docker is run directly on top of the Linux Kernel, and all user-space Linux services are distributed as Docker containers. There is no need to use a separate software package distribution mechanism for RancherOS itself. An OS made of Containers: the Docker daemon runs as PID 1, the first process the kernel starts.It is responsible for initiating system services, such as udev, DHCP and the console. System Docker takes the place of the init system, such as sysvinit or systemd, in other Linux distributions. rancher.com/rancher-os/ High resolution. Streaming and historical analytics. Multidimensional metrics. Uses CollectD plugin for Docker. As soon as the docker-col- lectd-plugin is installed, and assuming your CollectD is configured to send metrics to SignalFx, it will start reporting container metrics for the running containers on that host, with any new container being picked up automatically. Once you log into SignalFx, you should see a new Docker page that was automatically created with a dashboard showing your container statistics in real time. blog.signalfx.com/signalfx-is-proud-to-join-the-docker-ecosystem-technology-partner-program Scout collects key performance metrics automatically. Scout automatically monitors new servers when they come online. Scout's agent includes a feather-weight StatsD collector. No separate monitoring server to manage: just install our agent and you've got monitoring. Scout's roles-based approach to grouping servers makes monitoring group of servers as easy a one server. scoutapp.com Zenoss Control Center is an open source application management and orchestration system. Control Center can not only manage the Zenoss platform but other Docker applications, from a simple web application to a multi-tiered stateful application stack. Control Center is based on a service oriented architecture which enables applications to run as a set of distributed services that can span hosts, datacenters, and geograph- ic regions. A simple declarative application template file is used to describe how an application is configured, deployed, managed and moni- tored. Declarative monitoring support is built into Control Center. Applications can be automatically monitored and modeled upon provision- ing. www.controlcenter.io Docker Swarm is a simple tool which controls a cluster of Docker hosts and exposes it as a single "virtual" host clustering system. It allows you to connect to a single Docker endpoint and run containers on an entire cluster. https://github.com/docker/swarm/ ShutIt is a tool for managing your build process that is both structured and flexible. Complex Docker Builds github.com/ianmiell/shutit Open vSwitch-based Software-Defined Networking over Docker for container-based clouds. SocketPlane prov abstraction at the socket-layer. http://socketplane.io Desktop application for running Docker in VirtualBox on OS X with GUI. https://kitematic.com geard is a command-line client and agent for integrating and linking Docker containers into systemd across m http://openshift.github.io/geard/ Centurion is deployment tool for Docker.Takes containers from a Docker registry and runs them on a fleet of h correct environment variables, host volume mappings, and port mappings. https://github.com/newrelic/cent
  • 23.
  • 24. RELAX
  • 26.
  • 27.
  • 28. awesome app boring stuff but important experience api / ruby cms / ruby static containers sleep at night Daniël modern craftmanship whatsapp / python chat api / ruby hidden service / tor
  • 29. git checkout build container(s) run test against container(s) incoming hook scheduler deploy hook builder test manager cleanup push hook to ci service deploy hook steamnl/minimal_docker_ci docker-compose git repo has docker-compose-test.yml containing a test setup (mimic docker cluster) git-flow zero downtime!
  • 32. steamnl Daniël van Gils Creative Technologist daniel@steam.nl @ kamerblauwlicht DEV LIKE A MADMAN EASY :-)