Infrastructure Drift
Infrastructure drift occurs when the actual, live state of cloud or infrastructure resources diverges from the state defined in Infrastructure as Code (IaC) configuration — typically because of manual changes made outside the IaC workflow — leaving the codebase an inaccurate representation of what's actually running.
6 resources across 2 libraries
Glossary Terms(5)
Infrastructure Drift
Infrastructure drift occurs when the actual, live state of cloud or infrastructure resources diverges from the state defined in Infrastructure as Code (IaC) co…
Golden Image
A golden image is a pre-configured, versioned, and tested machine image or container base image — with the OS, security patches, agents, and baseline software…
Policy as Code
Policy as Code is the practice of expressing organizational, security, and compliance rules as machine-readable code — rather than as prose documents — so that…
Open Policy Agent
Open Policy Agent (OPA) is an open-source, general-purpose policy engine that lets organizations define and enforce fine-grained authorization and compliance r…
Observability Pipeline
An observability pipeline is the infrastructure that collects, processes, routes, and stores telemetry data — logs, metrics, and traces — from applications and…