Ops Glossary

Browse 21 ops terms defined in plain English, from the cultural dictionary of computing.

21 Ops Terms

Automate Everything
A cultural motto that encourages replacing repetitive manual work with scripts, tooling, and systems wherever possible. The phrase can be inspirational, but...
Broke Production
An informal way of saying someone caused or triggered a production outage, incident, or visible service degradation. In engineering culture the phrase is often...
Chat Ops
An operating style in which operational tasks are triggered, monitored, or discussed through chat tools like Slack or Teams, often with bots and automation...
Cloud Cost
The money spent on cloud infrastructure and managed services, often discussed in relation to efficiency, surprise bills, and scaling habits. In startup and ops...
Code Deployment
The act of releasing code into a live or testing environment where it becomes active. In team culture, code deployment is as much about process confidence and...
Command Center
A central place, physical or virtual, where people coordinate major operations, launches, or incidents. In tech culture the term is often used for high-focus...
Configuration Hell
A state where systems have become painful to manage because of too many environment variables, flags, files, overrides, and hidden dependencies. In engineering...
Console Cowboy
A technologist who makes bold, fast changes directly from a shell or admin console, often with minimal process or guardrails. The term overlaps with code...
Deploy and Pray
A cynical phrase for shipping changes to production without strong confidence, testing, or rollback readiness, then hoping nothing breaks. It usually signals...
Deploy Button
Literally a UI control that triggers deployment, or more broadly a symbol for how easy or scary releasing software feels in an organization. In tech culture...
Deploy Culture
The shared norms a team has around releasing software, handling risk, rolling back, and recovering from mistakes. Strong deploy culture usually shows up as...
Downtime Culture
A team's shared attitude toward outages, maintenance windows, and service interruptions, including what is tolerated, communicated, and learned from. Downtime...
Environment Variable Culture
A team's habits and assumptions around using environment variables for configuration, secrets, and operational behavior. The phrase becomes relevant when...
Game Day
A planned exercise where teams simulate failures, incidents, or unusual conditions to practice response and test resilience. In operations culture game days...
Netdata
A real-time monitoring tool for systems and applications that emphasizes live dashboards and fast setup.
Nuke and Pave
A recovery strategy where you wipe a broken system entirely and rebuild it cleanly instead of trying to repair it in place. It is common when a system is too...
Nuke from Orbit
A dramatic way of saying the only safe fix is a total reset, teardown, or replacement. The phrase comes from Aliens and is used when partial cleanup no longer...
Nuke the Cache
To completely clear cached data because it has become stale, corrupted, or otherwise harmful. It is both a real troubleshooting step and a running joke about...
Running Hot
Operating close to system, workload, or human limits, often with little spare capacity left. It can describe servers near resource saturation or teams under...
Script Everything
A philosophy of automating repetitive work rather than relying on memory and manual repetition. In engineering slang, scripting everything can be wisdom when...
Zabbix
An open-source monitoring platform for tracking servers, networks, applications, and operational alerts.

Related Topics