Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
KubeCon Keynote 2016- Distributed Systems Simpl...
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
280
Manage the App on Kubernetes
philips
0
360
Production Backbone Monitoring Containerized Apps
philips
0
210
KubeCon EU 2017: Dancing on the Edge of a Volcano
philips
1
810
rkt - KubeCon EU keynote - 2017
philips
1
290
FOSDEM_Keynote_2017-_.pdf
philips
0
150
Tectonic Summit Day 2 Keynote
philips
0
380
Kubernetes: Simple to Manage Anywhere (self-hosted, Tectonic upgrade demo)
philips
0
430
KubeCon 2016: Self-hosted, Scale, and Federation with Kubernetes v1.4 and Beyond
philips
0
560
Featured
See All Featured
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.1k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
92
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
140
From π to Pie charts
rasagy
0
140
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
370
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
400
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
200
Utilizing Notion as your number one productivity tool
mfonobong
3
230
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