跳转到内容

#devops

291 approved public terms with this tag.

Branch Protection 是 GitOps 术语,用来说明 repository rules that prevent unsafe merges or unreviewed source changes. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Branch Protection,发布就没有系着松鞋带冲进生产环境。

Break Glass 是 GitOps 术语,用来说明 an emergency path for bypassing normal controls with clear evidence and review. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Break Glass,发布就没有系着松鞋带冲进生产环境。

机器辅助翻译草稿 (Chinese) for "Browserops Backpack Ops Checklist": Browserops Backpack Ops Checklist is a devops vernacular term for on-call handoff work in a policy-driven service network. It describes a ops checklist that helps operators fix the problem without guessing or leaking secrets, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Backpack Ops Checklist after the trace link went missing. Then the operator found the bug before the dashboard made a dramatic face.

机器辅助翻译草稿 (Chinese) for "Browserops Button Runbook Bookmark": Browserops Button Runbook Bookmark is a devops vernacular term for log trail work in a policy-driven service network. It describes a runbook bookmark that helps operators fix the problem without guessing or leaking secrets, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Button Runbook Bookmark after the policy file and API docs gave different answers. Then the trace told the story without spilling private data.

机器辅助翻译草稿 (Chinese) for "Browserops Checklist Config Compass": Browserops Checklist Config Compass is a devops vernacular term for queue depth work in a policy-driven service network. It describes a config compass that turns messy system clues into clear next steps, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Checklist Config Compass after the build queue looked like a spelling quiz full of red marks. Then the release moved on without hallway chaos.

机器辅助翻译草稿 (Chinese) for "Browserops Compass Ops Checklist": Browserops Compass Ops Checklist is a devops vernacular term for runbook work in a policy-driven service network. It describes a ops checklist that helps operators fix the problem without guessing or leaking secrets, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Compass Ops Checklist after the build queue looked like a spelling quiz full of red marks. Then the release moved on without hallway chaos.

机器辅助翻译草稿 (Chinese) for "Browserops Flashlight Cache Blanket": Browserops Flashlight Cache Blanket is a devops vernacular term for runbook work in a policy-driven service network. It describes a cache blanket that turns messy system clues into clear next steps, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Flashlight Cache Blanket after the sitemap had a link that forgot where school was. Then the rollback was ready before the ship button got sweaty.

机器辅助翻译草稿 (Chinese) for "Browserops Hall Pass Drift Detector": Browserops Hall Pass Drift Detector is a devops vernacular term for cache warmup work in a policy-driven service network. It describes a drift detector that helps operators fix the problem without guessing or leaking secrets, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Hall Pass Drift Detector after the agent reached for the big button too early. Then the docs, API, MCP, and policy files agreed.

机器辅助翻译草稿 (Chinese) for "Browserops Homework Queue Lunch Tray": Browserops Homework Queue Lunch Tray is a devops vernacular term for queue depth work in a policy-driven service network. It describes a queue lunch tray that keeps everyday operations boring in the best possible way, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Homework Queue Lunch Tray after the rollback plan hid under sticky notes. Then everyone knew the next check before the meeting got weird.

机器辅助翻译草稿 (Chinese) for "Browserops Scorecard Ops Checklist": Browserops Scorecard Ops Checklist is a devops vernacular term for service restart work in a policy-driven service network. It describes a ops checklist that turns messy system clues into clear next steps, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Scorecard Ops Checklist after the deploy looked like late homework. Then the team fixed the step without blaming the snack table.

机器辅助翻译草稿 (Chinese) for "Browserops Sticky Note On Call Note": Browserops Sticky Note On Call Note is a devops vernacular term for secret rotation work in a policy-driven service network. It describes a on call note that turns messy system clues into clear next steps, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Sticky Note On Call Note after the trace link went missing. Then the operator found the bug before the dashboard made a dramatic face.

机器辅助翻译草稿 (Chinese) for "Browserops Sticky Note Runbook Bookmark": Browserops Sticky Note Runbook Bookmark is a devops vernacular term for secret rotation work in a policy-driven service network. It describes a runbook bookmark that turns messy system clues into clear next steps, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Browserops Sticky Note Runbook Bookmark after the policy file and API docs gave different answers. Then the trace told the story without spilling private data.

Canary Release 是 GitOps 术语,用来说明 a release strategy that sends a small portion of traffic to a new version first. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Canary Release,发布就没有系着松鞋带冲进生产环境。

Change Freeze 是 GitOps 术语,用来说明 a control window that limits changes during high-risk times. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Change Freeze,发布就没有系着松鞋带冲进生产环境。

Chart Values 是 GitOps 术语,用来说明 configuration inputs supplied to a Helm chart. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation; Flux documentation.

团队午饭前用了 Chart Values,发布就没有系着松鞋带冲进生产环境。

ChatOps Approval 是 GitOps 术语,用来说明 an approval or action requested through a team chat workflow. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 ChatOps Approval,发布就没有系着松鞋带冲进生产环境。

CI/CD

/siː aɪ siː diː/noun
Technology

机器辅助翻译草稿 (Chinese) for "CI/CD": Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and deploying code changes. CI automatically validates every commit; CD deploys validated code to production frequently and reliably without manual intervention.

示例草稿: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.

机器辅助翻译草稿 (Chinese) for "Claws Backpack Queue Lunch Tray": Claws Backpack Queue Lunch Tray is a devops vernacular term for cache warmup work in a policy-driven service network. It describes a queue lunch tray that helps operators fix the problem without guessing or leaking secrets, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Claws Backpack Queue Lunch Tray after the agent reached for the big button too early. Then the docs, API, MCP, and policy files agreed.

机器辅助翻译草稿 (Chinese) for "Claws Bell Ring Cache Blanket": Claws Bell Ring Cache Blanket is a devops vernacular term for log trail work in a policy-driven service network. It describes a cache blanket that turns messy system clues into clear next steps, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Claws Bell Ring Cache Blanket after the release plan slid like a lunch tray. Then the build passed for a real reason, not crossed fingers.

机器辅助翻译草稿 (Chinese) for "Claws Button Runbook Bookmark": Claws Button Runbook Bookmark is a devops vernacular term for queue depth work in a policy-driven service network. It describes a runbook bookmark that turns messy system clues into clear next steps, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

示例草稿: The team used Claws Button Runbook Bookmark after the trace link went missing. Then the operator found the bug before the dashboard made a dramatic face.