Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
KubeCon Keynote 2016- Distributed Systems Simpl...
Search
Brandon Philips
November 09, 2016
2
570
KubeCon Keynote 2016- Distributed Systems Simplified on Kubernetes
Demo
https://github.com/philips/etcd-prometheus-operator-demo
Brandon Philips
November 09, 2016
Tweet
Share
More Decks by Brandon Philips
See All by Brandon Philips
Node.js Workflow with Minikube and Skaffold
philips
0
270
Manage the App on Kubernetes
philips
0
350
Production Backbone Monitoring Containerized Apps
philips
0
200
KubeCon EU 2017: Dancing on the Edge of a Volcano
philips
1
790
rkt - KubeCon EU keynote - 2017
philips
1
280
FOSDEM_Keynote_2017-_.pdf
philips
0
140
Tectonic Summit Day 2 Keynote
philips
0
370
Kubernetes: Simple to Manage Anywhere (self-hosted, Tectonic upgrade demo)
philips
0
410
KubeCon 2016: Self-hosted, Scale, and Federation with Kubernetes v1.4 and Beyond
philips
0
540
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
225
10k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
286
14k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
2.7k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
Being A Developer After 40
akosma
91
590k
[SF Ruby Conf 2025] Rails X
palkan
0
540
Become a Pro
speakerdeck
PRO
31
5.7k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
3k
Documentation Writing (for coders)
carmenintech
76
5.2k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Rails Girls Zürich Keynote
gr2m
95
14k
Transcript
Demo https://github.com/philips/etcd-prometheus-operator-demo
Brandon Philips @brandonphilips |
[email protected]
| coreos.com Distributed Systems Simplified
Using Kubernetes
Overview Scaling Stateless Apps
ReplicaSet
ReplicaSet
Overview Scaling Complex Apps
$ kubectl run db --image=quay.io/my/db Creating a Database is Easy
on Kubernetes
• Resize/Upgrade - coordination for availability • Reconfigure - tedious
generation / templating • Backup - requires coordination on instances • Healing - observe and act for recovery Managing a Distributed Database is Harder
Idea: Extend Kubernetes
$ cat my-db-cluster.yaml spec: clusterSize: 3 readReplicas: 2 version: v4.0.1
The Dream
Introducing Operators
None
etcd Overview • Introduced in 2013 by CoreOS • Primary
datastore of Kubernetes • Auto-leader election for availability
$ cat etcd-cluster.yaml spec: clusterSize: 3 version: v3.1.0 etcd Operator
Resource
etcd Operator
etcd Operator Open-source github.com/coreos/etcd-operator
Kubernetes self-hosting etcd Easy HA Setups on Kubernetes Automated backup
to object store Chaos Monkey Testing for 1.0 etcd Operator - Future Work
Prometheus Operator • Operates Prometheus on k8s • Handles common
tasks: ◦ Create/Destroy ◦ Monitor Configuration ◦ Services Targets via Labels • Configured by resources
Prometheus Operator Also Open-source github.com/coreos/prometheus-operator
• Read more at coreos.com/blog • Try out these new
Operators • Build and Discuss other Operators (redis, postgres, etc) Next Steps
Thank you! Brandon Philips @brandonphilips |
[email protected]
| tectonic.com We’re
hiring in all departments! Email:
[email protected]
Positions: coreos.com/ careers