콘텐츠로 건너뛰기

#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을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.

기계 지원 번역 초안 (Korean) 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.