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
170
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
27
Correct Maps Are Useless: A guide to mental models
andmos
0
150
LEGO I Praksis
andmos
0
50
Supply Chain Attacks: Når den digitale forsyningslinja blir angrepsvektor
andmos
0
29
IoIT: Internet of Insecure Things
andmos
0
110
Containers'n stuff
andmos
0
32
IoT - Bevisstgjøring
andmos
0
33
Supply Chain Attack
andmos
0
38
OpenFaaS: Serverless platform with no strings attached?
andmos
0
270
Other Decks in Technology
See All in Technology
SONiCで構築・運用する生成AI向けパブリッククラウドネットワーク
sonic
1
550
事業と組織から目を逸らずに技術でリードする
ogugu9
19
5.5k
Azure AI Foundry Agent Serviceを使用してコードファースト アプリを構築する
tomokusaba
1
100
ワールドカフェ再び、そしてロール・ツール群の開発 / World Café Again, and the Development of a Suite of Roles and Tools
ks91
PRO
0
110
Creative UIs with Compose: Kotlinconf 2025
chrishorner
0
140
技術的負債を「戦略的投資」にするためのPdMとエンジニアの連携と実践
satomino
4
850
インラインRBSコメントに鯛pe checkersもニッコリ
sansantech
PRO
2
230
Sleep-time Compute: LLM推論コスト削減のための事前推論
sergicalsix
1
160
SRE/インフラエンジニアの市場価値とキャリアパス/Market value and career path for SRE-infrastructure engineers
takumakume
1
230
PythonツールであるpygnmiをSONiCのgNMIに対して使ってみた
sonic
0
340
AI Development in .NET - Microsoft.Extensions.AI
_mertmetin
0
100
技術選定の仕方 - FLEXYウェビナー / How to select technology
shinden
1
130
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
105
19k
Visualization
eitanlees
146
16k
GraphQLとの向き合い方2022年版
quramy
46
14k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Scaling GitHub
holman
459
140k
Unsuck your backbone
ammeep
671
58k
Building Applications with DynamoDB
mza
94
6.4k
Making Projects Easy
brettharned
116
6.2k
Fireside Chat
paigeccino
37
3.4k
Designing for humans not robots
tammielis
253
25k
Optimizing for Happiness
mojombo
378
70k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.3k
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”