SlideShare une entreprise Scribd logo
1  sur  54
Télécharger pour lire hors ligne
uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands
Build your own PaaS
using Kubernetes and Deis
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Hi!
2
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Hi!
3
My name is Jeroen
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
CTO at Uberous
4
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Blogging at jrnv.nl
@jeroenvisser101
on TwiOer, GitHub, etc.
5
uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands
Build your own PaaS
using Kubernetes and Deis
uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands
What is Kubernetes?
A short introducVon
@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands
Container Orchestrator
8
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 9
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Portable format for
File system, Libraries and RunVme
10
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Kubernetes
11
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Manage your cluster
as one machine
Kubernetes
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 13
CaOle vs. Pets
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 14
CaOle vs. Pets
Named
Loved and cared for
Nursed when ill
Numbered
Almost identical
Replaced when ill
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Kubernetes
15
A set of abstracVons
that allow HA,
Scaling, Self-Healing,
Geo-replicaVon
An implementaVon
of those abstracVons
on top of etcd, Docker
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
AbstracVons
16
Kubernetes
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Pod
17
Kubernetes
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 18
Kubernetes
Git sync
Nginx
Pod
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 19
Kubernetes
Git sync
Nginx
Pod
env: prod
Labels
app: website
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 20
Kubernetes
Git sync
Nginx
env: prod
Labels
app: website
Pod
Git sync
Nginx
env: dev
Labels
app: website
Pod
Git sync
Nginx
env: prod
Labels
app: website
Pod
Git sync
Nginx
env: dev
Labels
app: website
Pod
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 21
Git sync
Nginx
env: prod
Labels
app: website
Pod
Git sync
Nginx
env: dev
Labels
app: website
Pod
Git sync
Nginx
env: prod
Labels
app: website
Pod
Git sync
Nginx
env: dev
Labels
app: website
Pod
env: dev
app:website
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 22
Kubernetes
Git sync
Nginx
Pod
env: prod
Labels
app: website
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 23
Kubernetes
Git sync
Nginx
Pod
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 24
Kubernetes
Git sync
Nginx
Pod
ReplicaSet
replicas=1
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Git sync
Nginx
25
Kubernetes
Git sync
Nginx
Pod
ReplicaSet
replicas=2
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 26
Git sync
Nginx
Kubernetes
Git sync
Nginx
Pod
ReplicaSetreplicas=2
Service
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 27
Kubernetes
Service
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 28
Kubernetes
Git sync
Nginx
Pod
Node
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 29
Kubernetes
Node
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 30
Kubernetes
Node
NodeNode
Node
NodeNode
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 31
Kubernetes
Node
NodeNode
Node
NodeNode
Master
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Kubernetes
32
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Google Container Engine
33
uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands
What is Deis?
and why would I use it?
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Deis (noun) — /deɪ'ɪz/
35
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Layer on top of Kubernetes
36
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Easy deployment
of your app on Kubernetes
37
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
$ git push deis
38
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 39
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 40
BuildpacksProcfile 12 factor
@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands 41


worker: bundle exec sidekiq
Procfile
web: bundle exec puma
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 42
BuildpacksProcfile 12 factor
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 43
12 factor
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 44
12factor.net
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 45
BuildpacksProcfile 12 factor
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 46
Buildpacks
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 47
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Dockerfiles and
Docker images
48
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Easy setup
49
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
bit.ly/install-deis
50
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
Live Demo
51
+ GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser
demo source:
hOps://github.com/jeroenvisser101/
deis-demo
52
uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands
Thanks for listening!
Rock on!
uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands

Contenu connexe

Tendances

Zero-Downtime Gerrit Code Review Upgrade
Zero-Downtime Gerrit Code Review UpgradeZero-Downtime Gerrit Code Review Upgrade
Zero-Downtime Gerrit Code Review UpgradeLuca Milanesio
 
Introduction to Gitea with Drone
Introduction to Gitea with DroneIntroduction to Gitea with Drone
Introduction to Gitea with DroneBo-Yi Wu
 
Gerrit Code Review Analytics
Gerrit Code Review AnalyticsGerrit Code Review Analytics
Gerrit Code Review AnalyticsLuca Milanesio
 
Creating mobile apps the web developer way
Creating mobile apps the web developer wayCreating mobile apps the web developer way
Creating mobile apps the web developer wayLorna Timbah
 
Gerrit Code Review with GitHub plugin
Gerrit Code Review with GitHub pluginGerrit Code Review with GitHub plugin
Gerrit Code Review with GitHub pluginLuca Milanesio
 
GitBlit plugin for Gerrit Code Review
GitBlit plugin for Gerrit Code ReviewGitBlit plugin for Gerrit Code Review
GitBlit plugin for Gerrit Code ReviewLuca Milanesio
 
Stable master workflow with Gerrit Code Review
Stable master workflow with Gerrit Code ReviewStable master workflow with Gerrit Code Review
Stable master workflow with Gerrit Code ReviewLuca Milanesio
 
Docs or it didn’t happen
Docs or it didn’t happenDocs or it didn’t happen
Docs or it didn’t happenAll Things Open
 
GitLab as an Alternative Development Platform for Github.com
GitLab as an Alternative Development Platform for Github.comGitLab as an Alternative Development Platform for Github.com
GitLab as an Alternative Development Platform for Github.comB1 Systems GmbH
 
Git for Beginners
Git for BeginnersGit for Beginners
Git for BeginnersRick Umali
 
Introducing GitLab (September 2018)
Introducing GitLab (September 2018)Introducing GitLab (September 2018)
Introducing GitLab (September 2018)Noa Harel
 
Git, github and the hacktober fest
Git, github and the hacktober festGit, github and the hacktober fest
Git, github and the hacktober festUtkarshRaj83
 
Occ iware docker-connector-demo-june-2015
Occ iware docker-connector-demo-june-2015Occ iware docker-connector-demo-june-2015
Occ iware docker-connector-demo-june-2015Fawaz Fernand PARAISO
 
OpenTuesday: Agile Testautomatisierung und Continuous Integration
OpenTuesday: Agile Testautomatisierung und Continuous IntegrationOpenTuesday: Agile Testautomatisierung und Continuous Integration
OpenTuesday: Agile Testautomatisierung und Continuous IntegrationDigicomp Academy AG
 
WTF is GitOps and Why You Should Care?
WTF is GitOps and Why You Should Care?WTF is GitOps and Why You Should Care?
WTF is GitOps and Why You Should Care?Weaveworks
 
Dev01 - Don't Reinvent the Wheel
Dev01 - Don't Reinvent the WheelDev01 - Don't Reinvent the Wheel
Dev01 - Don't Reinvent the WheelChristian Güdemann
 

Tendances (20)

Zero-Downtime Gerrit Code Review Upgrade
Zero-Downtime Gerrit Code Review UpgradeZero-Downtime Gerrit Code Review Upgrade
Zero-Downtime Gerrit Code Review Upgrade
 
Introduction to Gitea with Drone
Introduction to Gitea with DroneIntroduction to Gitea with Drone
Introduction to Gitea with Drone
 
Gerrit Code Review Analytics
Gerrit Code Review AnalyticsGerrit Code Review Analytics
Gerrit Code Review Analytics
 
Creating mobile apps the web developer way
Creating mobile apps the web developer wayCreating mobile apps the web developer way
Creating mobile apps the web developer way
 
Gerrit Code Review with GitHub plugin
Gerrit Code Review with GitHub pluginGerrit Code Review with GitHub plugin
Gerrit Code Review with GitHub plugin
 
Is TDD dead or alive?
Is TDD dead or alive?Is TDD dead or alive?
Is TDD dead or alive?
 
GitBlit plugin for Gerrit Code Review
GitBlit plugin for Gerrit Code ReviewGitBlit plugin for Gerrit Code Review
GitBlit plugin for Gerrit Code Review
 
Quick workflow of a nodejs api
Quick workflow of a nodejs apiQuick workflow of a nodejs api
Quick workflow of a nodejs api
 
Introducing GitLab
Introducing GitLabIntroducing GitLab
Introducing GitLab
 
Stable master workflow with Gerrit Code Review
Stable master workflow with Gerrit Code ReviewStable master workflow with Gerrit Code Review
Stable master workflow with Gerrit Code Review
 
Docs or it didn’t happen
Docs or it didn’t happenDocs or it didn’t happen
Docs or it didn’t happen
 
GitLab as an Alternative Development Platform for Github.com
GitLab as an Alternative Development Platform for Github.comGitLab as an Alternative Development Platform for Github.com
GitLab as an Alternative Development Platform for Github.com
 
Git for Beginners
Git for BeginnersGit for Beginners
Git for Beginners
 
Introducing GitLab (September 2018)
Introducing GitLab (September 2018)Introducing GitLab (September 2018)
Introducing GitLab (September 2018)
 
Gitops Hands On
Gitops Hands OnGitops Hands On
Gitops Hands On
 
Git, github and the hacktober fest
Git, github and the hacktober festGit, github and the hacktober fest
Git, github and the hacktober fest
 
Occ iware docker-connector-demo-june-2015
Occ iware docker-connector-demo-june-2015Occ iware docker-connector-demo-june-2015
Occ iware docker-connector-demo-june-2015
 
OpenTuesday: Agile Testautomatisierung und Continuous Integration
OpenTuesday: Agile Testautomatisierung und Continuous IntegrationOpenTuesday: Agile Testautomatisierung und Continuous Integration
OpenTuesday: Agile Testautomatisierung und Continuous Integration
 
WTF is GitOps and Why You Should Care?
WTF is GitOps and Why You Should Care?WTF is GitOps and Why You Should Care?
WTF is GitOps and Why You Should Care?
 
Dev01 - Don't Reinvent the Wheel
Dev01 - Don't Reinvent the WheelDev01 - Don't Reinvent the Wheel
Dev01 - Don't Reinvent the Wheel
 

Similaire à Build your own PaaS using Kubernetes and Deis — GDG DevFest NL

Tekton_ArgoCD-_KCD_Taiwan-cicd-openshift
Tekton_ArgoCD-_KCD_Taiwan-cicd-openshiftTekton_ArgoCD-_KCD_Taiwan-cicd-openshift
Tekton_ArgoCD-_KCD_Taiwan-cicd-openshiftbashwen2022
 
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...Ambassador Labs
 
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...Daniel Bryant
 
Using Git to Organize Your Project
Using Git to Organize Your ProjectUsing Git to Organize Your Project
Using Git to Organize Your ProjectManish Suwal 'Enwil'
 
TechWiseTV Workshop: Cisco Developer Program
TechWiseTV Workshop: Cisco Developer ProgramTechWiseTV Workshop: Cisco Developer Program
TechWiseTV Workshop: Cisco Developer ProgramRobb Boyd
 
Javaone 2014 - Git & Docker with Jenkins
Javaone 2014 - Git & Docker with JenkinsJavaone 2014 - Git & Docker with Jenkins
Javaone 2014 - Git & Docker with JenkinsAndy Pemberton
 
Devoxx 2015 - Web Application Development using Grails and Docker
Devoxx 2015 - Web Application Development using Grails and DockerDevoxx 2015 - Web Application Development using Grails and Docker
Devoxx 2015 - Web Application Development using Grails and DockerTed Vinke
 
JUC Europe 2015: Jenkins Pipeline for Continuous Delivery of Big Data Projects
JUC Europe 2015: Jenkins Pipeline for Continuous Delivery of Big Data ProjectsJUC Europe 2015: Jenkins Pipeline for Continuous Delivery of Big Data Projects
JUC Europe 2015: Jenkins Pipeline for Continuous Delivery of Big Data ProjectsCloudBees
 
Building a Distributed Build System at Google Scale
Building a Distributed Build System at Google ScaleBuilding a Distributed Build System at Google Scale
Building a Distributed Build System at Google ScaleAysylu Greenberg
 
2019-CertiFUNcation-DDEV-for-TYPO3
2019-CertiFUNcation-DDEV-for-TYPO32019-CertiFUNcation-DDEV-for-TYPO3
2019-CertiFUNcation-DDEV-for-TYPO3TYPO3 CertiFUNcation
 
Managing Github via Terrafom.pdf
Managing Github via Terrafom.pdfManaging Github via Terrafom.pdf
Managing Github via Terrafom.pdfmicharaeck
 
What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...
What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...
What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...Edureka!
 
[개인 프로젝트] 쿠버네티스를 이용한 개발환경 자동화 구축시스템 - 프로토타입
[개인 프로젝트] 쿠버네티스를 이용한 개발환경 자동화 구축시스템 - 프로토타입[개인 프로젝트] 쿠버네티스를 이용한 개발환경 자동화 구축시스템 - 프로토타입
[개인 프로젝트] 쿠버네티스를 이용한 개발환경 자동화 구축시스템 - 프로토타입choi sungwook
 
ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...
ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...
ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...Gavin Pickin
 
Intro to Git for Drupal 7
Intro to Git for Drupal 7Intro to Git for Drupal 7
Intro to Git for Drupal 7Chris Caple
 
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & O...
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & O...GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & O...
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & O...Cloud Native Rosenheim Meetup
 
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & ...
GitLab Remote Meetup:  Enhance Your Kubernetes CI/CD Pipelines with GitLab & ...GitLab Remote Meetup:  Enhance Your Kubernetes CI/CD Pipelines with GitLab & ...
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & ...Nico Meisenzahl
 

Similaire à Build your own PaaS using Kubernetes and Deis — GDG DevFest NL (20)

Tekton_ArgoCD-_KCD_Taiwan-cicd-openshift
Tekton_ArgoCD-_KCD_Taiwan-cicd-openshiftTekton_ArgoCD-_KCD_Taiwan-cicd-openshift
Tekton_ArgoCD-_KCD_Taiwan-cicd-openshift
 
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
 
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
Building Microservice Systems Without Cooking Your Laptop: Going “Remocal” wi...
 
Using Git to Organize Your Project
Using Git to Organize Your ProjectUsing Git to Organize Your Project
Using Git to Organize Your Project
 
TechWiseTV Workshop: Cisco Developer Program
TechWiseTV Workshop: Cisco Developer ProgramTechWiseTV Workshop: Cisco Developer Program
TechWiseTV Workshop: Cisco Developer Program
 
GitHub Actions 101
GitHub Actions 101GitHub Actions 101
GitHub Actions 101
 
Going Cloud Native
Going Cloud NativeGoing Cloud Native
Going Cloud Native
 
Javaone 2014 - Git & Docker with Jenkins
Javaone 2014 - Git & Docker with JenkinsJavaone 2014 - Git & Docker with Jenkins
Javaone 2014 - Git & Docker with Jenkins
 
Devoxx 2015 - Web Application Development using Grails and Docker
Devoxx 2015 - Web Application Development using Grails and DockerDevoxx 2015 - Web Application Development using Grails and Docker
Devoxx 2015 - Web Application Development using Grails and Docker
 
Git session 1
Git session 1Git session 1
Git session 1
 
JUC Europe 2015: Jenkins Pipeline for Continuous Delivery of Big Data Projects
JUC Europe 2015: Jenkins Pipeline for Continuous Delivery of Big Data ProjectsJUC Europe 2015: Jenkins Pipeline for Continuous Delivery of Big Data Projects
JUC Europe 2015: Jenkins Pipeline for Continuous Delivery of Big Data Projects
 
Building a Distributed Build System at Google Scale
Building a Distributed Build System at Google ScaleBuilding a Distributed Build System at Google Scale
Building a Distributed Build System at Google Scale
 
2019-CertiFUNcation-DDEV-for-TYPO3
2019-CertiFUNcation-DDEV-for-TYPO32019-CertiFUNcation-DDEV-for-TYPO3
2019-CertiFUNcation-DDEV-for-TYPO3
 
Managing Github via Terrafom.pdf
Managing Github via Terrafom.pdfManaging Github via Terrafom.pdf
Managing Github via Terrafom.pdf
 
What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...
What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...
What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...
 
[개인 프로젝트] 쿠버네티스를 이용한 개발환경 자동화 구축시스템 - 프로토타입
[개인 프로젝트] 쿠버네티스를 이용한 개발환경 자동화 구축시스템 - 프로토타입[개인 프로젝트] 쿠버네티스를 이용한 개발환경 자동화 구축시스템 - 프로토타입
[개인 프로젝트] 쿠버네티스를 이용한 개발환경 자동화 구축시스템 - 프로토타입
 
ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...
ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...
ColdBox APIs + VueJS - powering Mobile, Desktop and Web Apps with 1 VueJS cod...
 
Intro to Git for Drupal 7
Intro to Git for Drupal 7Intro to Git for Drupal 7
Intro to Git for Drupal 7
 
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & O...
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & O...GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & O...
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & O...
 
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & ...
GitLab Remote Meetup:  Enhance Your Kubernetes CI/CD Pipelines with GitLab & ...GitLab Remote Meetup:  Enhance Your Kubernetes CI/CD Pipelines with GitLab & ...
GitLab Remote Meetup: Enhance Your Kubernetes CI/CD Pipelines with GitLab & ...
 

Dernier

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
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
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
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
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfrs7054576148
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 

Dernier (20)

FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
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
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
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
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 

Build your own PaaS using Kubernetes and Deis — GDG DevFest NL

  • 1. uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands Build your own PaaS using Kubernetes and Deis
  • 2. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Hi! 2
  • 3. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Hi! 3 My name is Jeroen
  • 4. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser CTO at Uberous 4
  • 5. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Blogging at jrnv.nl @jeroenvisser101 on TwiOer, GitHub, etc. 5
  • 6. uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands Build your own PaaS using Kubernetes and Deis
  • 7. uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands What is Kubernetes? A short introducVon
  • 8. @jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands Container Orchestrator 8
  • 9. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 9
  • 10. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Portable format for File system, Libraries and RunVme 10
  • 11. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Kubernetes 11
  • 12. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Manage your cluster as one machine Kubernetes
  • 13. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 13 CaOle vs. Pets
  • 14. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 14 CaOle vs. Pets Named Loved and cared for Nursed when ill Numbered Almost identical Replaced when ill
  • 15. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Kubernetes 15 A set of abstracVons that allow HA, Scaling, Self-Healing, Geo-replicaVon An implementaVon of those abstracVons on top of etcd, Docker
  • 16. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser AbstracVons 16 Kubernetes
  • 17. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Pod 17 Kubernetes
  • 18. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 18 Kubernetes Git sync Nginx Pod
  • 19. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 19 Kubernetes Git sync Nginx Pod env: prod Labels app: website
  • 20. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 20 Kubernetes Git sync Nginx env: prod Labels app: website Pod Git sync Nginx env: dev Labels app: website Pod Git sync Nginx env: prod Labels app: website Pod Git sync Nginx env: dev Labels app: website Pod
  • 21. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 21 Git sync Nginx env: prod Labels app: website Pod Git sync Nginx env: dev Labels app: website Pod Git sync Nginx env: prod Labels app: website Pod Git sync Nginx env: dev Labels app: website Pod env: dev app:website
  • 22. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 22 Kubernetes Git sync Nginx Pod env: prod Labels app: website
  • 23. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 23 Kubernetes Git sync Nginx Pod
  • 24. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 24 Kubernetes Git sync Nginx Pod ReplicaSet replicas=1
  • 25. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Git sync Nginx 25 Kubernetes Git sync Nginx Pod ReplicaSet replicas=2
  • 26. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 26 Git sync Nginx Kubernetes Git sync Nginx Pod ReplicaSetreplicas=2 Service
  • 27. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 27 Kubernetes Service
  • 28. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 28 Kubernetes Git sync Nginx Pod Node
  • 29. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 29 Kubernetes Node
  • 30. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 30 Kubernetes Node NodeNode Node NodeNode
  • 31. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 31 Kubernetes Node NodeNode Node NodeNode Master
  • 32. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Kubernetes 32
  • 33. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Google Container Engine 33
  • 34. uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands What is Deis? and why would I use it?
  • 35. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Deis (noun) — /deɪ'ɪz/ 35
  • 36. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Layer on top of Kubernetes 36
  • 37. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Easy deployment of your app on Kubernetes 37
  • 38. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser $ git push deis 38
  • 39. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 39
  • 40. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 40 BuildpacksProcfile 12 factor
  • 41. @jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands 41 
 worker: bundle exec sidekiq Procfile web: bundle exec puma
  • 42. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 42 BuildpacksProcfile 12 factor
  • 43. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 43 12 factor
  • 44. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 44 12factor.net
  • 45. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 45 BuildpacksProcfile 12 factor
  • 46. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 46 Buildpacks
  • 47. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser 47
  • 48. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Dockerfiles and Docker images 48
  • 49. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Easy setup 49
  • 50. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser bit.ly/install-deis 50
  • 51. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser Live Demo 51
  • 52. + GDG DevFest Netherlands @jeroenvisser101 — Jeroen Visser demo source: hOps://github.com/jeroenvisser101/ deis-demo 52
  • 53. uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands Thanks for listening! Rock on!
  • 54. uberous.io@jeroenvisser101 — Jeroen Visser+ GDG DevFest Netherlands