Terminology Index
Glossary
1801 terms
Showing 577-608 of 1801 terms
Digital Signature
A cryptographic proof that data came from a private key holder and has not changed.
Drift Management
In cloud-native and GitOps systems, the practice of keeping running infrastructure aligned with its declared desired state, detecting when reality diverges from the Git source of truth and reconciling it back automatically.
In GitOps, the desired state lives in version control and tooling continuously reconciles the live environment to match it. Drift management is how divergence, a manual change, an out-of-band edit, is detected and corrected: the system flags or automatically reverts deviations so the declared, reviewed state remains authoritative. This makes unauthorized changes visible and short-lived, reinforcing security and consistency in cloud-native environments.
Introduced in: Cloud-Native Security
Examples
- Detecting a manual cluster change that diverges from the Git-declared state.
- Automatically reverting an out-of-band edit back to the desired state.
- Flagging drift so unauthorized changes are visible and short-lived.
No related terms linked yet.
