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
Kustomize
Search
Thomas Vitale
February 21, 2023
Technology
0
58
Kustomize
Kubernetes-native configuration management
Thomas Vitale
February 21, 2023
Tweet
Share
More Decks by Thomas Vitale
See All by Thomas Vitale
Building AI Applications with Java, LLMs, and Spring AI
thomasvitale
1
250
Real-World AI Patterns with Spring AI and Vaadin
thomasvitale
0
500
Modular RAG Architectures with Java and Spring AI
thomasvitale
1
1.1k
Breaking Barriers: Bringing Application Developers Closer To the CNCF
thomasvitale
1
150
From 0 To Production-Grade With Kubernetes Native Development
thomasvitale
0
180
Developer Experience on Kubernetes (Cloud Native Aalborg 2025)
thomasvitale
0
73
Concerto for Java and AI - Building Production-Ready LLM Applications (YOW! Australia 2024)
thomasvitale
0
87
Concerto for Java and AI - Building Production-Ready LLM Applications
thomasvitale
0
210
Developer Experience on Kubernetes
thomasvitale
1
160
Other Decks in Technology
See All in Technology
Digital omtanke på Internetdagarna 2025
axbom
PRO
0
130
Digitization部 紹介資料
sansan33
PRO
1
6k
小規模チームによる衛星管制システムの開発とスケーラビリティの実現
sankichi92
0
150
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.9k
マルチドライブアーキテクチャ: 複数の駆動力でプロダクトを前進させる
knih
0
11k
ECS組み込みのBlue/Greenデプロイを動かしてELB側の動きを観察してみる
yuki_ink
3
420
都市スケールAR制作で気をつけること
segur
0
200
IaC を使いたくないけどポリシー管理をどうにかしたい
kazzpapa3
1
170
リアーキテクティングのその先へ 〜品質と開発生産性の壁を越えるプラットフォーム戦略〜 / architecture-con2025
visional_engineering_and_design
0
7.7k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
9.7k
The Complete Android UI Testing Landscape: From Journey to Traditional Approaches
alexzhukovich
1
120
pmconf 2025 大阪「生成AI時代に未来を切り開くためのプロダクト戦略:圧倒的生産性を実現するためのプロダクトサイクロン」 / The Product Cyclone for Outstanding Productivity
yamamuteki
3
2.8k
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
680
How GitHub (no longer) Works
holman
315
140k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.1k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
For a Future-Friendly Web
brad_frost
180
10k
Bash Introduction
62gerente
615
210k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
How STYLIGHT went responsive
nonsquared
100
5.9k
Optimizing for Happiness
mojombo
379
70k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Transcript
Kustomize Kubernetes-native con fi guration management kustomize.io
deployment.yml service.yml Dev Staging Production 1 replica 5 replicas 3
replicas
deployment.yml service.yml Dev Staging Production BASE patch-dev.yml OVERLAY (dev) patch-stage.yml
OVERLAY (staging) patch-prod.yml OVERLAY (production) = = =
Kustomize Declarative Application Management Generators Overlays Common Annotations Common Labels
Image & Namespace GitOps
Kustomize Kubernetes-native con fi guration management kustomize.io