SlideShare a Scribd company logo
Timo Derstappen
@teemow
CoreOS Introduction
CoreOS
● Minimal OS to host your containers
● Automatic Updates
● Cluster Management
● Service Discovery
CoreOS
● distributed
containers
● configuration in
etcd
CoreOS 101
● minimal Gentoo
● PXE, KVM, AWS, OpenStack, Vagrant
● read-only rootfs (writable overlay)
● cloud config
● etcd
● systemd / fleet
● locksmith
Cloud Config
● handles early initialization of a cloud
instance
● configure fleet, etcd
● create users
● write files
● etc...
Etcd
● Highly available K/V store
● Basis for
○ Configuration management
○ Service Discovery
● Raft consensus algorithm
● Discovery API
● REST Interface
Locksmith
● reboot strategies for CoreOS updates
● uses etcd for distributed locks
Fleet
● Define and launch containers
● Fleet is systemd for the cluster
● Utilizes etcd + systemd
Unit file
[Unit]
Description=A Redis Server
[Service]
TimeoutStartSec=0
EnvironmentFile=/etc/environment
Environment="IMAGE=teemow/redis"
ExecStartPre=/usr/bin/docker pull $IMAGE
ExecStart=/bin/bash -c "exec /usr/bin/docker run --rm -p
$COREOS_PRIVATE_IPV4::6379 --name %n $IMAGE"
ExecStop=-/usr/bin/docker kill %n
Launch a service
# start
fleetctl --tunnel my.coreos-cluster.com start redis.service
# status
fleetctl --tunnel my.coreos-cluster.com list-units
fleetctl --tunnel my.coreos-cluster.com status redis.service
fleetctl --tunnel my.coreos-cluster.com journal redis.service
# stop
fleetctl --tunnel my.coreos-cluster.com stop redis.service
fleetctl --tunnel my.coreos-cluster.com destroy redis.service
CoreOS
● distributed
containers
● configuration in
etcd
Sidekick
● Keep
configuration out
of your app
Ambassador
● Reverse proxy for
your service
● Keep service
discovery out of
your app
CoreOS
● Great foundation to create flexible distributed
infrastructures
● Unix philosophy
Lessons Learned
● 150+ Instances on AWS
● Micro Services
● Polyglot Persistence
● DevOps

More Related Content

PDF
CoreOS introduction - Johann Romefort
PDF
CoreOS: Control Your Fleet
PPTX
CoreOS Intro
PDF
CoreOS @Codetalks Hamburg
PDF
Docker orchestration using core os and ansible - Ansible IL 2015
PDF
Introduction to Docker & CoreOS - Symfony User Group Cologne
 
PDF
Declare your infrastructure: InfraKit, LinuxKit and Moby
PDF
Docker 1.11 Meetup: Containerd and runc, by Arnaud Porterie and Michael Crosby
CoreOS introduction - Johann Romefort
CoreOS: Control Your Fleet
CoreOS Intro
CoreOS @Codetalks Hamburg
Docker orchestration using core os and ansible - Ansible IL 2015
Introduction to Docker & CoreOS - Symfony User Group Cologne
 
Declare your infrastructure: InfraKit, LinuxKit and Moby
Docker 1.11 Meetup: Containerd and runc, by Arnaud Porterie and Michael Crosby

What's hot (20)

PDF
Docker Container: isolation and security
PDF
Docker Meetup: Docker Networking 1.11, by Madhu Venugopal
PDF
CoreOS + Kubernetes @ All Things Open 2015
PPTX
CoreOS in a Nutshell
PDF
CoreOSによるDockerコンテナのクラスタリング
PDF
Octo talk : docker multi-host networking
PDF
Docker 1.11 @ Docker SF Meetup
PDF
Using linuxKit to build custom rancherOS systems
PDF
CoreOS @ summer meetup in Utrecht
PDF
Automatic docker service announcement with registrator and confd
PDF
CoreOS Overview
PDF
Web scale infrastructures with kubernetes and flannel
PDF
Object Storage with Gluster
PDF
Small, Simple, and Secure: Alpine Linux under the Microscope
PDF
Container-relevant Upstream Kernel Developments
PDF
What Have Syscalls Done for you Lately?
PDF
Launching containers with fleet
PDF
Docker Swarm 0.2.0
PDF
Docker n co
PDF
OSv at Cassandra Summit
Docker Container: isolation and security
Docker Meetup: Docker Networking 1.11, by Madhu Venugopal
CoreOS + Kubernetes @ All Things Open 2015
CoreOS in a Nutshell
CoreOSによるDockerコンテナのクラスタリング
Octo talk : docker multi-host networking
Docker 1.11 @ Docker SF Meetup
Using linuxKit to build custom rancherOS systems
CoreOS @ summer meetup in Utrecht
Automatic docker service announcement with registrator and confd
CoreOS Overview
Web scale infrastructures with kubernetes and flannel
Object Storage with Gluster
Small, Simple, and Secure: Alpine Linux under the Microscope
Container-relevant Upstream Kernel Developments
What Have Syscalls Done for you Lately?
Launching containers with fleet
Docker Swarm 0.2.0
Docker n co
OSv at Cassandra Summit
Ad

Viewers also liked (6)

PDF
Présentation CoreOS
PDF
CoreOS Overview
PDF
Elastic etcd
PDF
Containers in production with Docker, CoreOS, Kubernetes and Apache Stratos
PPTX
Service Discovery using etcd, Consul and Kubernetes
PPTX
OrientDB vs Neo4j - Comparison of query/speed/functionality
Présentation CoreOS
CoreOS Overview
Elastic etcd
Containers in production with Docker, CoreOS, Kubernetes and Apache Stratos
Service Discovery using etcd, Consul and Kubernetes
OrientDB vs Neo4j - Comparison of query/speed/functionality
Ad

Similar to CoreOS intro (20)

PPTX
CoreOS Overview and Current Status
PDF
CoreOS introduction - by johann romefort
PPTX
CoreOS: The Inside and Outside of Linux Containers
PDF
CoreOS, or How I Learned to Stop Worrying and Love Systemd
PDF
Karl Grzeszczak: September Docker Presentation at Mediafly
PDF
CoreOS 101 - EMC World 2015
PDF
Core OS
PPTX
From 0 to a CoreOS Cluster in 60 minutes
PDF
[2C4]Clustered computing with CoreOS, fleet and etcd
PDF
CoreOS @ gluecon 2015
PDF
Docker & CoreOS at Utah Gophers
PPTX
Core os dna_oscon
PPT
Kubernetes on CloudStack with coreOS
PPTX
An Ensemble Core with Docker - Solving a Real Pain in the PaaS
PDF
Mesos on coreOS
PPTX
Kubernetes HA with CoreOS
PDF
CoreOS automated MySQL Cluster Failover using Galera Cluster
PDF
Introduction to containers a practical session using core os and docker
PDF
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!
PPTX
Core os dna_automacon
CoreOS Overview and Current Status
CoreOS introduction - by johann romefort
CoreOS: The Inside and Outside of Linux Containers
CoreOS, or How I Learned to Stop Worrying and Love Systemd
Karl Grzeszczak: September Docker Presentation at Mediafly
CoreOS 101 - EMC World 2015
Core OS
From 0 to a CoreOS Cluster in 60 minutes
[2C4]Clustered computing with CoreOS, fleet and etcd
CoreOS @ gluecon 2015
Docker & CoreOS at Utah Gophers
Core os dna_oscon
Kubernetes on CloudStack with coreOS
An Ensemble Core with Docker - Solving a Real Pain in the PaaS
Mesos on coreOS
Kubernetes HA with CoreOS
CoreOS automated MySQL Cluster Failover using Galera Cluster
Introduction to containers a practical session using core os and docker
Kubernetes Day 2017 - Build, Ship and Run Your APP, Production !!
Core os dna_automacon

More from Timo Derstappen (6)

PDF
Microservices Docker @Bonn Agile
PDF
Container Orchestration @Docker Meetup Hamburg
PDF
Giant Swarm @Devhouse friday
PDF
Container orchestration
PDF
PDF
Docker intro
Microservices Docker @Bonn Agile
Container Orchestration @Docker Meetup Hamburg
Giant Swarm @Devhouse friday
Container orchestration
Docker intro

Recently uploaded (20)

PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PPTX
L1 - Introduction to python Backend.pptx
PDF
top salesforce developer skills in 2025.pdf
PDF
medical staffing services at VALiNTRY
PPT
JAVA ppt tutorial basics to learn java programming
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
ISO 45001 Occupational Health and Safety Management System
PPT
Introduction Database Management System for Course Database
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
AI in Product Development-omnex systems
PPTX
Essential Infomation Tech presentation.pptx
PDF
Digital Strategies for Manufacturing Companies
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Adobe Illustrator 28.6 Crack My Vision of Vector Design
How Creative Agencies Leverage Project Management Software.pdf
Softaken Excel to vCard Converter Software.pdf
PTS Company Brochure 2025 (1).pdf.......
ManageIQ - Sprint 268 Review - Slide Deck
L1 - Introduction to python Backend.pptx
top salesforce developer skills in 2025.pdf
medical staffing services at VALiNTRY
JAVA ppt tutorial basics to learn java programming
Understanding Forklifts - TECH EHS Solution
VVF-Customer-Presentation2025-Ver1.9.pptx
Internet Downloader Manager (IDM) Crack 6.42 Build 41
ISO 45001 Occupational Health and Safety Management System
Introduction Database Management System for Course Database
Operating system designcfffgfgggggggvggggggggg
AI in Product Development-omnex systems
Essential Infomation Tech presentation.pptx
Digital Strategies for Manufacturing Companies
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf

CoreOS intro