콘텐츠로 건너뛰기

#automation

3 approved public terms with this tag.

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.

Orchestration

/ˌɔːrkɪˈstreɪʃən/noun
AI & Technology

기계 지원 번역 초안 (Korean) for "Orchestration": The coordination and sequencing of multiple AI agents, services, or steps in an automated workflow. An orchestrator determines which tools to invoke, in what order, and how to pass outputs between steps to complete a complex task end-to-end.

예문 초안: The orchestration layer decided to call the search tool before invoking the summarization agent.

Self-Heal 은 GitOps 용어로 automatic correction when live state drifts away from source state. 팀, 사람, 에이전트가 선언된 소스 상태와 실행 중인 시스템을 비교하고, 증거보다 더 많이 배포된 것처럼 꾸미지 않고 행동하도록 돕습니다. 출처: Argo CD documentation.

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