콘텐츠로 건너뛰기

#release-engineering

1105 approved public terms with this tag.

Prune 은 GitOps 용어로 removing live resources that are no longer present in desired source state. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: Argo CD documentation.

팀은 점심 전에 Prune을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Pull Request Gate 은 GitOps 용어로 a required review or check before source state can change. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles.

팀은 점심 전에 Pull Request Gate을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Pull-Based Deployment 은 GitOps 용어로 a deployment model where an in-cluster agent pulls desired state from source. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles; Flux documentation.

팀은 점심 전에 Pull-Based Deployment을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Push-Based Deployment 은 GitOps 용어로 a deployment model where an outside system pushes changes into the runtime. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles.

팀은 점심 전에 Push-Based Deployment을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Reconcile Interval 은 GitOps 용어로 how often a controller checks source and runtime state. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: Flux documentation.

팀은 점심 전에 Reconcile Interval을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Reconciliation 은 GitOps 용어로 the repeated process of moving live state closer to desired state. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles; Kubernetes controller pattern; Flux documentation.

팀은 점심 전에 Reconciliation을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Reconciliation Loop 은 GitOps 용어로 a controller loop that watches, compares, and applies changes until state is aligned. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: Kubernetes controller pattern; Argo CD documentation.

팀은 점심 전에 Reconciliation Loop을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Registry Mirror 은 GitOps 용어로 a trusted copy of image or artifact storage used for speed or resilience. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles.

팀은 점심 전에 Registry Mirror을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Release Evidence 은 GitOps 용어로 the logs, commits, checks, and status signals that show what changed and why. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles.

팀은 점심 전에 Release Evidence을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Release Freeze 은 GitOps 용어로 a period when normal releases are paused to reduce risk. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles.

팀은 점심 전에 Release Freeze을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Repo Per Environment 은 GitOps 용어로 a GitOps layout where each environment has its own repository boundary. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles.

팀은 점심 전에 Repo Per Environment을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Required Check 은 GitOps 용어로 a status check that must pass before a source change can merge. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: OpenGitOps principles.

팀은 점심 전에 Required Check을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Resource Pruning 은 GitOps 용어로 the controlled deletion of unmanaged or removed resources during sync. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: Argo CD documentation.

팀은 점심 전에 Resource Pruning을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Roll Forward 은 GitOps 용어로 fixing an issue by moving to a newer corrected version instead of going backward. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: Argo CD documentation.

팀은 점심 전에 Roll Forward을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

Rollback 은 GitOps 용어로 returning to a previous known configuration or artifact version. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: Argo CD documentation.

팀은 점심 전에 Rollback을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.

기계 지원 번역 초안 (Korean) for "Sandbox Backpack Oops Plan": Sandbox Backpack Oops Plan is a release engineering vernacular term for incident handoff work in a policy-driven service network. It describes a oops plan that keeps release choices traceable after production gets interesting, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

예문 초안: The team used Sandbox Backpack Oops Plan after the build queue looked like a spelling quiz full of red marks. Then the release moved on without hallway chaos.

기계 지원 번역 초안 (Korean) for "Sandbox Backpack Protected Doorbell": Sandbox Backpack Protected Doorbell is a policy-driven architecture vernacular term for OpenAPI file work in a policy-driven service network. It describes a protected doorbell that lets humans and agents discover what a service can safely do, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

예문 초안: The team used Sandbox Backpack Protected Doorbell after the policy file and API docs gave different answers. Then the trace told the story without spilling private data.

기계 지원 번역 초안 (Korean) for "Sandbox Backpack Queue Lunch Tray": Sandbox 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 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 Sandbox Backpack Queue Lunch Tray after the release plan slid like a lunch tray. Then the build passed for a real reason, not crossed fingers.

기계 지원 번역 초안 (Korean) for "Sandbox Backpack Ship Button": Sandbox Backpack Ship Button is a release engineering vernacular term for deploy window work in a policy-driven service network. It describes a ship button that makes rollback and recovery clear before the deploy starts, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

예문 초안: The team used Sandbox Backpack Ship Button after the rollback plan hid under sticky notes. Then everyone knew the next check before the meeting got weird.

기계 지원 번역 초안 (Korean) for "Sandbox Bell Ring Policy Ribbon": Sandbox Bell Ring Policy Ribbon is a policy-driven architecture vernacular term for public DMZ work in a policy-driven service network. It describes a policy ribbon that connects service behavior to written policy instead of vibes, using source labels, trace links, route evidence, and public/protected boundaries that an operator or agent can follow.

예문 초안: The team used Sandbox Bell Ring Policy Ribbon after the build queue looked like a spelling quiz full of red marks. Then the release moved on without hallway chaos.