Definitions
Prune 은 GitOps 용어로 removing live resources that are no longer present in desired source state. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: Argo CD documentation.
“팀은 점심 전에 Prune을 사용했고, 릴리스는 풀린 신발끈으로 프로덕션에 뛰어가지 않았다.”
Prune is a GitOps term for removing live resources that are no longer present in desired source state. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation.
“The team used Prune before lunch, so the release did not sprint into production wearing untied shoes.”
Related Terms
- Orphaned ResourceGitOps and Release Engineering
Orphaned Resource 은 GitOps 용어로 a live object that is not clearly owned by the current desired source state. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 ...
- Resource PruningGitOps and Release Engineering
Resource Pruning 은 GitOps 용어로 the controlled deletion of unmanaged or removed resources during sync. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출...
- Admission PolicyGitOps and Release Engineering
Admission Policy 은 GitOps 용어로 a rule that evaluates resources before they are accepted by the cluster. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다....
- App of AppsGitOps and Release Engineering
App of Apps 은 GitOps 용어로 a GitOps pattern where one parent application manages child applications. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처:...
- ApplicationSetGitOps and Release Engineering
ApplicationSet 은 GitOps 용어로 an Argo CD pattern for generating many related applications from a template. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니...
- Argo CD ApplicationGitOps and Release Engineering
Argo CD Application 은 GitOps 용어로 an Argo CD object that describes source, destination, and sync behavior for an app. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 ...