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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
83
Microservice Deployment with Kubernetes
adrian_gespi
1
99
Despliegue de Kubernetes en Azure
adrian_gespi
0
82
Sauron System
adrian_gespi
0
67
Desarrollo de aplicaciones móviles con Xamarin
adrian_gespi
0
84
MasterClass Android, PROCESO DE DESARROLLO DE UNA APLICACIÓN
adrian_gespi
0
54
Other Decks in Programming
See All in Programming
Lambda のコードストレージ容量に気をつけましょう
tattwan718
0
140
Data-Centric Kaggle
isax1015
2
780
ノイジーネイバー問題を解決する 公平なキューイング
occhi
0
110
Vibe Coding - AI 驅動的軟體開發
mickyp100
0
180
React 19でつくる「気持ちいいUI」- 楽観的UIのすすめ
himorishige
11
7.5k
Rust 製のコードエディタ “Zed” を使ってみた
nearme_tech
PRO
0
200
AtCoder Conference 2025
shindannin
0
1.1k
CSC307 Lecture 04
javiergs
PRO
0
660
KIKI_MBSD Cybersecurity Challenges 2025
ikema
0
1.3k
CSC307 Lecture 02
javiergs
PRO
1
780
【卒業研究】会話ログ分析によるユーザーごとの関心に応じた話題提案手法
momok47
0
200
AIによるイベントストーミング図からのコード生成 / AI-powered code generation from Event Storming diagrams
nrslib
2
1.9k
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.9k
Building Applications with DynamoDB
mza
96
6.9k
Balancing Empowerment & Direction
lara
5
890
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
170
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
120
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
410
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
380
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
320
How to Ace a Technical Interview
jacobian
281
24k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
590
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
150
sira's awesome portfolio website redesign presentation
elsirapls
0
150
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?