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
49
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
30
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
Classmethod AI Talks(CATs) #21 司会進行スライド(2025.04.17) / classmethod-ai-talks-aka-cats_moderator-slides_vol21_2025-04-17
shinyaa31
0
540
LiteXとオレオレCPUで作る自作SoC奮闘記
msyksphinz
0
390
IVRyにおけるNLP活用と NLP2025の関連論文紹介
keisukeosone
0
190
AIエージェント開発における「攻めの品質改善」と「守りの品質保証」 / 2024.04.09 GPU UNITE 新年会 2025
smiyawaki0820
0
440
はじめてのSDET / My first challenge as a SDET
bun913
1
230
Micro Frontends: Necessity, Implementation, and Challenges
rainerhahnekamp
2
440
低レイヤを知りたいPHPerのためのCコンパイラ作成入門 / Building a C Compiler for PHPers Who Want to Dive into Low-Level Programming
tomzoh
0
220
試験は暗記より理解 〜効果的な試験勉強とその後への活かし方〜
fukazawashun
0
360
AIと開発者の共創: エージェント時代におけるAIフレンドリーなDevOpsの実践
bicstone
1
280
大AI時代で輝くために今こそドメインにディープダイブしよう / Deep Dive into Domain in AI-Agent-Era
yuitosato
1
310
SDカードフォレンジック
su3158
1
560
LLM as プロダクト開発のパワードスーツ
layerx
PRO
1
220
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.1k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
104
19k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
The Invisible Side of Design
smashingmag
299
50k
Building Adaptive Systems
keathley
41
2.5k
The Cult of Friendly URLs
andyhume
78
6.3k
Statistics for Hackers
jakevdp
798
220k
Bash Introduction
62gerente
611
210k
Code Reviewing Like a Champion
maltzj
522
40k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
520
Into the Great Unknown - MozCon
thekraken
37
1.7k
Visualization
eitanlees
146
16k
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”