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
Real-World AI Patterns with Spring AI and Vaadin
thomasvitale
0
430
Modular RAG Architectures with Java and Spring AI
thomasvitale
1
990
Breaking Barriers: Bringing Application Developers Closer To the CNCF
thomasvitale
1
140
From 0 To Production-Grade With Kubernetes Native Development
thomasvitale
0
160
Developer Experience on Kubernetes (Cloud Native Aalborg 2025)
thomasvitale
0
60
Concerto for Java and AI - Building Production-Ready LLM Applications (YOW! Australia 2024)
thomasvitale
0
80
Concerto for Java and AI - Building Production-Ready LLM Applications
thomasvitale
0
200
Developer Experience on Kubernetes
thomasvitale
1
160
Unlocking New Platform Experiences With Open Interfaces
thomasvitale
0
120
Other Decks in Technology
See All in Technology
webpack依存からの脱却!快適フロントエンド開発をViteで実現する #vuefes
bengo4com
4
3.7k
AI連携の新常識! 話題のMCPをはじめて学ぶ!
makoakiba
0
150
プロファイルとAIエージェントによる効率的なデバッグ / Effective debugging with profiler and AI assistant
ymotongpoo
1
530
JAWS UG AI/ML #32 Amazon BedrockモデルのライフサイクルとEOL対応/How Amazon Bedrock Model Lifecycle Works
quiver
1
110
激動の時代を爆速リチーミングで乗り越えろ
sansantech
PRO
1
170
現場の壁を乗り越えて、 「計装注入」が拓く オブザーバビリティ / Beyond the Field Barriers: Instrumentation Injection and the Future of Observability
aoto
PRO
1
690
個人でデジタル庁の デザインシステムをVue.jsで 作っている話
nishiharatsubasa
3
5.2k
アウトプットから始めるOSSコントリビューション 〜eslint-plugin-vueの場合〜 #vuefes
bengo4com
3
1.8k
Open Table Format (OTF) が必要になった背景とその機能 (2025.10.28)
simosako
2
440
JSConf JPのwebsiteをGatsbyからNext.jsに移行した話 - Next.jsの多言語静的サイトと課題
leko
2
190
コンパウンド組織のCRE #cre_meetup
layerx
PRO
1
290
DMMの検索システムをSolrからElasticCloudに移行した話
hmaa_ryo
0
230
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
How GitHub (no longer) Works
holman
315
140k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Facilitating Awesome Meetings
lara
57
6.6k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Fireside Chat
paigeccino
41
3.7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
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