Merge pull request #181 from YukiOta/5-16-japanese-trans

translate 5-16 to japanese
This commit is contained in:
Yuta Azumi
2020-12-04 21:29:03 +09:00
committed by GitHub

View File

@ -705,11 +705,11 @@ null == undefined; // true
<br/><br/>
## ![✔] 5.16. Design automated, atomic and zero-downtime deployments
## ![✔] 5.16. 自動化された、アトミックでゼロダウンタイムのデプロイを設計する
**TL;DR:** Research shows that teams who perform many deployments lower the probability of severe production issues. Fast and automated deployments that dont require risky manual steps and service downtime significantly improve the deployment process. You should probably achieve this using Docker combined with CI tools as they became the industry standard for streamlined deployment
**TL;DR:** 調査によると、多くのデプロイを行うチームほど、深刻なプロダクションの問題が発生する確率が低くなることがわかっています。リスクの高い手動ステップやサービスのダウンタイムを必要としない高速で自動化されたデプロイは、デプロイプロセスを大幅に改善します。Docker と CI ツールを組み合わせることが、合理化されたデプロイのための業界標準となったため、これを使って達成する必要があるでしょう。
**Otherwise:** Long deployments -> production downtime & human-related error -> team unconfident in making deployment -> fewer deployments and features
**さもないと:** 長時間のデプロイ -> プロダクションのダウンタイムと人為的なミス -> デプロイに自信のないチーム -> デプロイ数と機能の減少
<br/><br/>