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
Microservices in production with Kubernetes - ...
Search
Adrián García Espinosa
November 29, 2017
Programming
0
130
Microservices in production with Kubernetes - Codemotion 2017
Workshop about Microservices in production with Kubernetes in Codemotion 2017 event.
Adrián García Espinosa
November 29, 2017
Tweet
Share
More Decks by Adrián García Espinosa
See All by Adrián García Espinosa
Intro to Docker - LauzHack Days
adrian_gespi
1
78
Microservice Deployment with Kubernetes
adrian_gespi
1
95
Despliegue de Kubernetes en Azure
adrian_gespi
0
77
Sauron System
adrian_gespi
0
63
Desarrollo de aplicaciones móviles con Xamarin
adrian_gespi
0
80
MasterClass Android, PROCESO DE DESARROLLO DE UNA APLICACIÓN
adrian_gespi
0
49
Other Decks in Programming
See All in Programming
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
150
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
12k
VS Code Update for GitHub Copilot
74th
2
660
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
880
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
2
160
テスト駆動Kaggle
isax1015
1
480
効率的な開発手段として VRTを活用する
ishkawa
0
150
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
460
Composerが「依存解決」のためにどんな工夫をしているか #phpcon
o0h
PRO
1
320
Advanced Micro Frontends: Multi Version/ Framework Scenarios @WAD 2025, Berlin
manfredsteyer
PRO
0
340
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
2.3k
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
4
530
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
4 Signs Your Business is Dying
shpigford
184
22k
Site-Speed That Sticks
csswizardry
10
690
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
510
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
The World Runs on Bad Software
bkeepers
PRO
69
11k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Unsuck your backbone
ammeep
671
58k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Transcript
Microservices in production with Kubernetes Adrián García Espinosa GitHub @adrian_gespi
MAD · NOV 24-25 · 2017
None
None
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Agenda ▪ Concepts ∘ Microservices Architectures ∘ Docker ∘ Kubernetes ▪ Demos ∘ docker-compose ∘ Deployment in GKE
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi DEMOS https://github.com/ageapps/codemotion2017-workshop https://github.com/ageapps/docker-chat
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Arquitectures Monolithic Microservices
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Microservices - Data Management Database cluster Distributed transactions
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Microservices - Storage Management Storage access layer Distributed FS
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Microservices - Service communication Synchronous Asynchronous
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Microservices - Service Discovery K8s handles it!!!
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Microservices - Scaling Services K8s handles it!!!
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi More about this https://www.nginx.com/blog/introduction-to-microservices/ http://microservices.io/index.html
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Docker
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi docker-compose
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Kubernetes - Architecture
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Deployments & Services
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Ingress Google Load Balancer NGINX Ingress controller
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi DEMOS https://github.com/ageapps/codemotion2017-workshop https://github.com/ageapps/docker-chat
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Simple deploy with docker-compose
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Scaling with docker-compose
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi Kubernetes deploy
Adrián García Espinosa · Microservices in production with K8s ·
@adrian_gespi ¿QUESTIONS?