5
http://azureplatform.azurewebsites.net/ 13 Management Tools 04 Web & Mobile 09 Internet of Things 01 Compute 06 Databases 10 Enterprise Integration 02 Networking 07 Analytics 11 Security + Identity 05 Containers 03 Storage 08 AI + Machine Learning 12 Developer Tools 14 Microsoft Azure Stack 1

Web & Mobile 05 06 08...registry/container-registry-intro 3 Azure コンテナーレジストリは、オープンソース のDocker Registry 2.0 に基づいた、管理された

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Web & Mobile 05 06 08...registry/container-registry-intro 3 Azure コンテナーレジストリは、オープンソース のDocker Registry 2.0 に基づいた、管理された

http://azureplatform.azurewebsites.net/

13

Management Tools

04

Web & Mobile

09

Internet of Things

01

Compute

06

Databases

10

Enterprise Integration

02

Networking

07

Analytics

11

Security + Identity

05

Containers

03

Storage

08

AI + Machine Learning

12

Developer Tools

14

Microsoft Azure Stack

1

Page 2: Web & Mobile 05 06 08...registry/container-registry-intro 3 Azure コンテナーレジストリは、オープンソース のDocker Registry 2.0 に基づいた、管理された

05

Containers

Page 3: Web & Mobile 05 06 08...registry/container-registry-intro 3 Azure コンテナーレジストリは、オープンソース のDocker Registry 2.0 に基づいた、管理された

Azure Container Registry

https://docs.microsoft.com/ja-jp/azure/container-registry/container-registry-intro

3

Azure コンテナーレジストリは、オープンソースの Docker Registry 2.0 に基づいた、管理されたDocker レジストリサービス

• Basic, Standard, Premium のサービス階層

• Webhook 統合をサポート

• Azure AD 認証をサポート

Page 4: Web & Mobile 05 06 08...registry/container-registry-intro 3 Azure コンテナーレジストリは、オープンソース のDocker Registry 2.0 に基づいた、管理された

Azure Kubernetes Service (AKS)

https://docs.microsoft.com/ja-jp/azure/aks/

4

AKS は、Kubernetes の完全なマネージドサービス

• 自動的な Kubernetes のバージョンのアップグレードと修正プログラムの適用

• 簡単なクラスタースケーリング

• ホストされているコントロールプレーン (マスター) の自己修復

• コストの削減 - 実行しているエージェントプールノードのみの課金

Kubernetes は、コンテナー化されたアプリケーションのデプロイ / スケーリング / 管理の自動化を行う OSS

• 自動ビンパッキング

• 自己復旧

• 水平スケーリング

• サービス検出と負荷分散

• 自動化されたロールアウトとロールバック

• シークレットと構成管理

• ストレージオーケストレーション

• バッチ実行

Page 5: Web & Mobile 05 06 08...registry/container-registry-intro 3 Azure コンテナーレジストリは、オープンソース のDocker Registry 2.0 に基づいた、管理された

Azure Container Instances

https://docs.microsoft.com/ja-jp/azure/container-instances/

5

Azure で最も高速かつ簡単にコンテナーを実行可能なプラットフォーム

• 単純なアプリケーション、タスク自動化、ジョブ作成など、分離されたコンテナーで 操作できるあらゆるシナリオ向けの、優れたソリューション

• 複数コンテナー間でのサービスの検出、自動スケーリング、およびアプリケーションの調整されたアップグレードなど、コンテナーの完全なオーケストレーションが必要なシナリオには、Azure Container Service (AKS) を利用