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
110
Modular RAG Architectures with Java and Spring AI
thomasvitale
1
810
Breaking Barriers: Bringing Application Developers Closer To the CNCF
thomasvitale
1
130
From 0 To Production-Grade With Kubernetes Native Development
thomasvitale
0
150
Developer Experience on Kubernetes (Cloud Native Aalborg 2025)
thomasvitale
0
48
Concerto for Java and AI - Building Production-Ready LLM Applications (YOW! Australia 2024)
thomasvitale
0
70
Concerto for Java and AI - Building Production-Ready LLM Applications
thomasvitale
0
180
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
Snowflakeの生成AI機能を活用したデータ分析アプリの作成 〜Cortex AnalystとCortex Searchの活用とStreamlitアプリでの利用〜
nayuts
1
460
20250903_1つのAWSアカウントに複数システムがある環境におけるアクセス制御をABACで実現.pdf
yhana
3
530
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
5
710
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
1
340
オブザーバビリティが広げる AIOps の世界 / The World of AIOps Expanded by Observability
aoto
PRO
0
330
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
220
クラウドセキュリティを支える技術と運用の最前線 / Cutting-edge Technologies and Operations Supporting Cloud Security
yuj1osm
2
310
KotlinConf 2025_イベントレポート
sony
1
110
AI駆動開発に向けた新しいエンジニアマインドセット
kazue
0
330
Skrub: machine-learning with dataframes
gaelvaroquaux
0
120
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
190
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
0
380
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Navigating Team Friction
lara
189
15k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Code Reviewing Like a Champion
maltzj
525
40k
Agile that works and the tools we love
rasmusluckow
330
21k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
4 Signs Your Business is Dying
shpigford
184
22k
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