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
82
Microservice Deployment with Kubernetes
adrian_gespi
1
98
Despliegue de Kubernetes en Azure
adrian_gespi
0
78
Sauron System
adrian_gespi
0
65
Desarrollo de aplicaciones móviles con Xamarin
adrian_gespi
0
81
MasterClass Android, PROCESO DE DESARROLLO DE UNA APLICACIÓN
adrian_gespi
0
52
Other Decks in Programming
See All in Programming
クラシルを支える技術と組織
rakutek
0
200
CSC305 Lecture 01
javiergs
PRO
1
400
CSC509 Lecture 06
javiergs
PRO
0
260
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
8
1.6k
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
480
開発生産性を上げるための生成AI活用術
starfish719
3
360
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
2
780
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
200
スマホから Youtube Shortsを見られないようにする
lemolatoon
2
520
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
170
Devvox Belgium - Agentic AI Patterns
kdubois
1
100
複雑化したリポジトリをなんとかした話 pipenvからuvによるモノレポ構成への移行
satoshi256kbyte
1
990
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
How STYLIGHT went responsive
nonsquared
100
5.8k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
We Have a Design System, Now What?
morganepeng
53
7.8k
Speed Design
sergeychernyshev
32
1.1k
The Language of Interfaces
destraynor
162
25k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
The Invisible Side of Design
smashingmag
301
51k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Cult of Friendly URLs
andyhume
79
6.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?