DevOps Dictionary

GitOps

GitOps is an operational framework based on DevOps practises like continuous integration/continuous development (CI/CD) and version control, enabling automated infrastructure management and software deployment. It leverages Git repositories as a single source of truth for delivering infrastructure as code. The submitted code checks the CI process, while the CD process ensures compliance with requirements such as security, infrastructure as code, and other application framework boundaries. Every code change is tracked, simplifying updates and enabling version control for easy rollbacks if needed.

A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
X
Z