What is the translation of " CONTINUOUS DEPLOYMENT " in Korean?

[kən'tinjʊəs di'ploimənt]
[kən'tinjʊəs di'ploimənt]
continuous deployment
지속적인 배포
연속 배포

Examples of using Continuous deployment in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The final stage of a mature CI/CD pipeline is continuous deployment.
CI/CD 파이프라인의 마지막 단계는 지속적 배포입니다.
Continuous deployment has become a standard for many companies, rapid iterations and frequent product updates are indispensable.
지속적인 배포는 많은 회사의 표준이 되었으며 신속한 반복 및 빈번한 제품 업데이트는 필수 불가결합니다.
Continuous Delivery vs Continuous Deployment.
Continuous Delivery vs Continuous Depoyment.
At the end of that process, the operations team is able to deploy an app to production quickly and easily. Continuous deployment.
이 프로세스를 완료하면 운영팀이 보다 빠르고 손쉽게 애플리케이션을 프로덕션으로 배포할 수 있게 됩니다. 지속적 배포.
That's why continuous integration and continuous deployment(CI/CD) is so important to DevOps teams.
이는 CI/CD(지속적인 통합 및 연속 배포)가 DevOps 팀에 매우 중요한 이유이기도 합니다.
One of the key tenets of the DevOps movement is continuous integration and continuous deployment.
DevOps의 주요 원리 중 하나는 지속적인 통합과 연속 배포입니다.
Continuous deployment(the other possible"CD") can refer to automatically releasing a developer's changes from the repository to production, where it is usable by customers.
지속적인 배포 (또 다른 의미의 "CD": Continuous Deployment)는 개발자의 변경 사항을 리포지토리에서 고객이 사용 가능한 프로덕션 환경까지 자동으로 릴리스하는 것을 의미합니다.
ChefConf Readout: Chef to Enable the Full Continuous Deployment Pipeline.
년 1월 6일에 확인함. “ChefConf Readout: Chef to Enable the Full Continuous Deployment Pipeline”.
In response to this, continuous delivery and continuous deployment have been adopted in an effort to ship code to production more quickly and gain operational efficiencies through DevOps practices.
이러한 요구에 부응하려는 노력으로 지속적 제공 및 지속적 배포를 통해 코드를 생산 단계로 빠르게 이동하고 DevOps 방식을 통해 운영 효율을 높이는 방안을 채택했습니다.
While CD means Continuous Delivery and Continuous Deployment.
Continuous Delivery, Continuous Deployment(이하 CD)는 지속적인 서비스 제공 및 지속적인 배포를 의미합니다.
The"CD" in CI/CD refers to continuous delivery and/or continuous deployment, which are related concepts that sometimes get used interchangeably.
CI/CD의 "CD"는 지속적인 서비스 제공 (Continuous Delivery) 및/또는 지속적인 배포 (Continuous Deployment)를 의미하며 이 두 용어는 상호 교환적으로 사용됩니다.
To make it more complicated, sometimes"continuous delivery" is used in a way that encompasses the processes of continuous deployment as well.
좀 더 복잡하게 설명하면 "지속적 제공"은 때로 지속적 배포의 과정까지 포함하는 방식으로 사용되기도 합니다.
Next Post→ Book Review: The DevOps 2.0 Toolkit:Automating the Continuous Deployment Pipeline with Containerized Microservices.
빅토르 파르시트 (지은이) | 전병선 (옮긴이) | 에이콘출판 | 2017 - 08 - 30 | 원제 The DevOps 2. 0 Toolkit:Automating the Continuous Deployment Pipeline with Containerized Microservices.
Through an introduction to Docker, Kubernetes, and Red Hat OpenShift Platform, this course helps you understand one of the key tenets of the DevOps movement: continuous integration and continuous deployment.
교육 소개 이 교육 과정은 Docker, Kubernetes, Red Hat OpenShift Platform에 대한 소개를 통해 DevOps의 주요 원리 중 하나인 지속적인 통합과 연속 배포를 이해할 수 있도록 합니다.
Because there is no manual gate at the stage of the pipeline before production, continuous deployment relies heavily on well-designed test automation.
프로덕션 이전의 파이프라인 단계에는 수동 작업 과정이 없기 때문에 지속적 배포는 잘 설계된 테스트 자동화에 크게 의존합니다.
Are you ready to implement Test Driven Development(TDD), Continuous Integration(CI), and Continuous Deployment(CD)?
테스트 중심 개발 (Test Driven Development, TDD), 지속적인 통합 (Continuous Integration, CI), 지속적인 배포 (Continuous Deployment, CD)를 구현할 준비가 되어 있습니까?
This approach of"infrastructure as code" along with a disciplined DevOps process for continuous deployment can ensure consistency and reduce drift across your environments.
이러한 “Infrastructure as Code” 접근 방식과 지속적인 배포를 위한 규정된 DevOps 프로세스는 일관성을 보장하고 환경 전반의 드리프트를 줄일 수 있습니다. This approach of "infrastructure as code" along with a disciplined DevOps process for continuous deployment can ensure consistency and reduce drift across your environments.
On the tooling side, you're probably already familiar with the Flutter plugins for Android Studio and Visual Studio Code, but did you know about 2Dimensions Flare, which helps you build great vector animations for Flutter, or Nevercode Codemagic, which provides testing and continuous deployment to the Google Play and Apple App Store for your Flutter app?
도구 측면에서는, 아마 Android Studio용 Flutter 플러그인과 Visual Studio Code에 이미 익숙하시겠지만 Flutter를 위한 훌륭한 벡터 애니메이션 빌드에 도움이 되는 2Dimensions Flare 또는 Flutter 앱을 위한 Google Play 및 Apple App Store에 테스트 및 연속 배포 기능을 제공하는 Nevercode Codemagic에 대해 알고 계셨나요?
Expedia uses a blue-green approach to create parallel production environments, enabling continuous deployment and faster time-to-market.
Expedia 는 Blue-Green 접근법을 사용하여 생산 환경을 병렬 방식으로 적용하여 지속적인 배포와 빠른 시장 출시 시간을 가능케 합니다.
As an extension of continuous delivery, which automates the release of a production-ready build to a code repository, continuous deployment automates releasing an app to production.
프로덕션 준비가 완료된 빌드를 코드 리포지토리에 자동으로 릴리스하는 지속적 제공의 확장된 형태인 지속적 배포는 애플리케이션을 프로덕션으로 릴리스하는 작업을 자동화합니다.
Deployment and continuous delivery: get up to speed with Azure Kubernetes Service, as well as Azure Security Center, and Azure Monitoring.
배포지속적인 제공: Azure Kubernetes Service, Azure Security Center, Azure Monitoring으로 속도 내기.
Results: 21, Time: 0.0446

How to use "continuous deployment" in a sentence

Continuous Deployment isn’t just an abstract theory.
Techniques like continuous deployment are valuable here.
Achieving Continuous Deployment is the holy grail.
Implementing continuous deployment and resource automation scenarios.
Enable the continuous deployment of new functionality.
Setup and maintained Jenkins continuous deployment server.
Full disclosure: I’m a continuous deployment advocate.
Recommend continuous integration / continuous deployment improvements.
Continuous Deployment reviews by real, verified users.
Continuous Integration and Continuous Deployment (CI/CD) experience.
Show more

Word-for-word translation

Top dictionary queries

English - Korean