Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS Developer Live Show「難しい事抜きでまずはコンテナを運用してみよう!」/ Let's try operate your container

AWS Developer Live Show「難しい事抜きでまずはコンテナを運用してみよう!」/ Let's try operate your container

2023 年 11 月 15 日に開催した AWS Developer Live Show「難しい事抜きでまずはコンテナを運用してみよう!」の投影資料です。

AWS Developer Live Show のイベントページは、こちらをご参照ください。
https://aws.amazon.com/jp/builders-flash/developer-live-show/

More Decks by kashinoki38 - Yasuhiro Horiuchi

Other Decks in Technology

Transcript

  1. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 今日のテーマ 難しい事抜きで まずはコンテナを運用してみよう !
  2. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 本日の参加メンバー
  3. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. “アプリケーションをコンテナ化できた!” 本番で動かすために何が必要? EC2 3
  4. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 1. デプロイ 4. セキュリティ 5. 監視 / 可観測性 コンテナ運用を考えた際に気になること 2. スケーリング 3. ネットワーク 4 CI/CD
  5. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Dockerをそのままサーバーで起動すればいい のか? 1. デプロイ
  6. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Docker の基本ワークフローにおける課題 6 1. デプロイ
  7. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. コンテナをサーバーにデプロイする際に ケアできると嬉しいことは? 7 1. デプロイ、 2. スケーリング
  8. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. ネットワークやセキュリティについて ケアすべきことは? EC2 外部からの通信 外部への通信 コンテナ間の通信 8 3. ネットワーク、 4. セキュリティ
  9. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. コンテナへのネットワークルーティング host bridge 9 3. ネットワー ク、 4. セキュリティ
  10. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. コンテナ A コンテナ B コンテナ C 何を監視すればいいのだろう? 10 5. 監視 / 可観測性
  11. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. コンテナ A CPU使用率: 25% CPU使用率: 99% CPU使用率: 25% コンテナ B コンテナ C 何を監視すればいいのだろう? 11 5. 監視 / 可観測性
  12. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. オーケストレータ コンテナオーケストレーションによる解決 リソース(CPUやメモリ)が 空いているインスタンスへの コンテナ配置 コンテナ障害時の再デプロイ APIによるコンテナデプロイ 作業の受付 コンテナのリソース状況 を収集する仕組みの提供 ネットワーク管理 ・LBとの連携 ・コンテナ間通信 12
  13. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. オーケストレータ イメージレジストリ AWSのコンテナサービスを使ってみる Amazon ECS Amazon EKS 13
  14. © 2023, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Amazon Elastic Container Service (Amazon ECS) Amazon Elastic Kubernetes Service (Amazon EKS) 14
  15. UPDATE THIS PRESENTATION HEADER IN SLIDE MASTER © 2022, Amazon

    Web Services, Inc. or its affiliates. Thank you! © 2022, Amazon Web Services, Inc. or its affiliates.