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
GitOps in a nutshell
Search
Andreas Mosti
June 01, 2021
Technology
0
190
GitOps in a nutshell
Andreas Mosti
June 01, 2021
Tweet
Share
More Decks by Andreas Mosti
See All by Andreas Mosti
Deterministic Builds and where to find them
andmos
0
38
Correct Maps Are Useless: A guide to mental models
andmos
0
160
LEGO I Praksis
andmos
0
61
Supply Chain Attacks: Når den digitale forsyningslinja blir angrepsvektor
andmos
0
32
IoIT: Internet of Insecure Things
andmos
0
120
Containers'n stuff
andmos
0
36
IoT - Bevisstgjøring
andmos
0
41
Supply Chain Attack
andmos
0
49
OpenFaaS: Serverless platform with no strings attached?
andmos
0
300
Other Decks in Technology
See All in Technology
生成AIで「お客様の声」を ストーリーに変える 新潮流「Generative ETL」
ishikawa_satoru
1
300
定期的な価値提供だけじゃない、スクラムが導くチームの共創化 / 20251004 Naoki Takahashi
shift_evolve
PRO
3
300
Function calling機能をPLaMo2に実装するには / PFN LLMセミナー
pfn
PRO
0
910
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
PLaMo2シリーズのvLLM実装 / PFN LLM セミナー
pfn
PRO
2
960
データエンジニアがこの先生きのこるには...?
10xinc
0
440
業務自動化プラットフォーム Google Agentspace に入門してみる #devio2025
maroon1st
0
190
Pythonによる契約プログラミング入門 / PyCon JP 2025
7pairs
5
2.5k
空間を設計する力を考える / 20251004 Naoki Takahashi
shift_evolve
PRO
3
330
Goに育てられ開発者向けセキュリティ事業を立ち上げた僕が今向き合う、AI × セキュリティの最前線 / Go Conference 2025
flatt_security
0
350
Access-what? why and how, A11Y for All - Nordic.js 2025
gdomiciano
1
110
Pure Goで体験するWasmの未来
askua
1
170
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Statistics for Hackers
jakevdp
799
220k
Unsuck your backbone
ammeep
671
58k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
960
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
Typedesign – Prime Four
hannesfritz
42
2.8k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
610
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Thoughts on Productivity
jonyablonski
70
4.9k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Producing Creativity
orderedlist
PRO
347
40k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Transcript
GitOps A technique for continuous delivery
“The core idea of GitOps is having a Git repository
that always contains declarative descriptions of the infrastructure currently desired in the production environment and an automated process to make the production environment match the described state in the repository.”
None
None
• Deploy Faster More Often • Easy and Fast Error
Recovery • Self-documenting Deployments • Shared Knowledge in Teams • Automating the important stuff
None
None
TEST/AT k8s-applications PROD
“Stop clicking and start check-in”