Define the new internet.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
2,337 definitions
Incident Rollback Plan is a devops recovery plan that defines how to return to a known good version for response to service degradation. It uses version pins, database notes, and operator steps so teams can recover quickly from bad changes while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Incident Rollback Plan when on-call received a high-severity page, so the team could recover quickly from bad changes before the deployment window opened.”
Runbook Incident Timeline is a devops response record that orders alerts, actions, and decisions during an incident for documented operational procedure. It uses timestamps, owners, and evidence links so teams can learn from outages without guesswork while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Runbook Incident Timeline when a responder needed the recovery steps, so the team could learn from outages without guesswork before the deployment window opened.”
Observability Config Drift Check is a devops consistency check that finds differences between intended and live configuration for logs, metrics, traces, and events. It uses desired state, live state, and diff reports so teams can avoid surprise environment behavior while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Observability Config Drift Check when latency increased after deploy, so the team could avoid surprise environment behavior before the deployment window opened.”
Cluster Capacity Forecast is a compute planning model that estimates future resource needs for group of machines acting as one platform. It uses traffic history, growth assumptions, and utilization trends so teams can avoid surprise shortages while keeping evidence, reliability, and public-safe operational boundaries clear.
“The platform engineering team used Cluster Capacity Forecast when the cluster added a node pool, so the team could avoid surprise shortages before the workload scaled up.”
Queue Backpressure Control is a compute stability pattern that slows incoming work when downstream capacity is limited for asynchronous work buffer. It uses queues, retry budgets, and admission control so teams can avoid overload cascades while keeping evidence, reliability, and public-safe operational boundaries clear.
“The platform engineering team used Queue Backpressure Control when the queue depth increased, so the team could avoid overload cascades before the workload scaled up.”
Edge Backpressure Control is a compute stability pattern that slows incoming work when downstream capacity is limited for globally distributed runtime. It uses queues, retry budgets, and admission control so teams can avoid overload cascades while keeping evidence, reliability, and public-safe operational boundaries clear.
“The platform engineering team used Edge Backpressure Control when the request arrived near a user, so the team could avoid overload cascades before the workload scaled up.”
Memory Image Hardening is a compute security practice that reduces risk inside packaged runtime images for volatile runtime storage. It uses minimal bases, patching, and vulnerability checks so teams can ship safer workloads while keeping evidence, reliability, and public-safe operational boundaries clear.
“The platform engineering team used Memory Image Hardening when the process approached its memory limit, so the team could ship safer workloads before the workload scaled up.”
Infrastructure Approval Step is a devops workflow control that requires review before a sensitive change proceeds for cloud resources and platform wiring. It uses role checks, comments, and audit logs so teams can keep high-risk automation accountable while keeping evidence, reliability, and public-safe operational boundaries clear.
“The DevOps team used Infrastructure Approval Step when a new region was added, so the team could keep high-risk automation accountable before the deployment window opened.”
Virtual Machine Resource Quota is a compute limit that sets how much compute a workload may consume for isolated guest compute. It uses policy, reservations, and usage tracking so teams can protect shared capacity while keeping evidence, reliability, and public-safe operational boundaries clear.
“The platform engineering team used Virtual Machine Resource Quota when the VM migrated hosts, so the team could protect shared capacity before the workload scaled up.”
Container Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for packaged application runtime. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.
“The platform engineering team used Container Runtime Profile when the image started on a new node, so the team could target optimization work before the workload scaled up.”