0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

デプロイ

Last updated at Posted at 2017-12-29

第6章 デプロイ

CI,CD

  • 継続的デリバリー
  • CDにはCDを第一級の概念として採用していツールが必要
  • ビルドパイプラインを構築する
    • コンパイルと高速テスト
    • 低速テスト
    • UAT
    • 性能テスト
    • 本番環境

Docker

  • 軽量コンテナ上に構築されたプラットフォーム
  • 「アプリ」を作成してデプロイする
  • サービスのビルドにDockerアプリケーションを作成され、Dockerレジストリに格納して使う
  • Dockerを1台のマシン上で動くPaaSと考える
  • IaaSとPaaSの間

まとめ

  • 管理するサービスが増えるため、デプロイ時に考慮すべきことは多くなる
  • CI,CDを導入し、デプロイの自動化に取り組むことが重要になる
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?