Apigee ハイブリッドを使用するには、Google Cloud コンソールでプロジェクトに対して次の API を有効にする必要があります。
- Apigee API: プロジェクトと他のハイブリッド サービスや Google Cloud APIs との通信を可能にします。
- Apigee Connect API: Apigee 管理プレーンと、ランタイム プレーンの MART サービスとの通信を提供します。
- Cloud Pub/Sub API: 割り当てを機能させるために必要です。
- Cloud Resource Manager API: サービス アカウントを検証するハイブリッドによって使用されます。
- Compute Engine API: クラスタ管理に使用されます(GKE ベースのクラスタのみ)。
- Kubernetes Engine API: ハイブリッド ランタイムのインストールに Google Kubernetes Engine(GKE)または GKE On-Prem(Anthos)を使用する場合に有効にします。
Google Cloud プロジェクトに必要な API を有効にする:
API を有効にするには、CLI または Google Cloud コンソールの UI を使用します。
Google Cloud UI
UI を使用して API を有効にする手順は次のとおりです。
- Google Cloud コンソールの API ライブラリを開き、ステップ 1: Google Cloud アカウントを作成するで作成したアカウントでログインします。
- ステップ 2: Google Cloud プロジェクトを作成するで作成したプロジェクトを選択します。
- 次のように Apigee API を有効にします。
- [API ライブラリ] ページが表示されない場合は、ナビゲーション メニューから [API とサービス] > [ライブラリ] を選択します。
- 正しいプロジェクトが選択されていることを確認します。
- API ライブラリ ビューで「Apigee」を検索します。
Google Cloud に、「Apigee」に一致する API の一覧が表示されます。
- Apigee API サービスを探してクリックします。
- [Apigee API] ビューで [Enable] をクリックします。
Google Cloud プロジェクトの Apigee API が有効になります。以下の手順を繰り返して追加の API を有効にします。
- Apigee Connect API を有効にします。
- Cloud Pub/Sub API を有効にします。
- Cloud Resource Manager API を有効にします。
- (GKE ベースのクラスタのみ)Google Kubernetes Engine API を有効にします。
- (GKE ベースと OpenShift ベースのクラスタのみ)Compute Engine API を有効にします。
- (OpenShift ベースのクラスタのみ)次の API を有効にします。
- Google Cloud APIs
- Cloud DNS API
- Identity and Access Management(IAM)API
- IAM Service Account Credentials API
- Service Management API
- Service Usage API
- Google Cloud Storage JSON API
- Cloud Storage
- API が有効になっていることを確認するには、[API とサービス] > [ダッシュボード] を選択します。追加した API は、有効な API のリストに表示されます。
gcloud CLI
CLI を使用して API を有効にする手順は次のとおりです。
- Apigee の管理に使用しているデバイスでターミナル ウィンドウを開きます。
- 次のコマンドを実行して、ローカルシェルに
gcloud
がインストールされていることを確認します。gcloud
ツールは、Cloud の主要なコマンドライン インターフェースを提供します。gcloud -h
gcloud
がインストールされていない場合は、Cloud SDK をインストールします。 -
PROJECT_ID
変数が、ステップ 2: Google Cloud プロジェクトを作成するで作成したプロジェクトの ID で定義されていることを確認します。echo $PROJECT_ID
定義されていない場合は、次のコマンドを使用して
PROJECT_ID
環境変数を定義します。export PROJECT_ID=your_project_id
- 目的のインストールのタブを選択すると、API を有効にするコマンドが表示されます。
GKE
Google Cloud(GKE)でクラスタを実行する場合は、次のコマンドを使用して API を有効にします。
gcloud services enable \ apigee.googleapis.com \ apigeeconnect.googleapis.com \ cloudresourcemanager.googleapis.com \ compute.googleapis.com \ container.googleapis.com \ pubsub.googleapis.com --project $PROJECT_ID
OpenShift
OpenShift でクラスタを実行する場合は、次のコマンドを使用して API を有効にします。
gcloud services enable \ apigee.googleapis.com \ apigeeconnect.googleapis.com \ cloudapis.googleapis.com \ cloudresourcemanager.googleapis.com \ compute.googleapis.com \ dns.googleapis.com \ iam.googleapis.com \ iamcredentials.googleapis.com \ pubsub.googleapis.com --project $PROJECT_ID servicemanagement.googleapis.com \ serviceusage.googleapis.com \ storage-api.googleapis.com \ storage-component.googleapis.com --project $PROJECT_ID
他のプラットフォーム
クラスタを別の Kubernetes プラットフォームで実行する場合は、次のコマンドを使用して API を有効にします。
- GKE On-Prem
- Anthos on bare metal
- AKS
- GKE on AWS
- EKS
gcloud services enable \ apigee.googleapis.com \ apigeeconnect.googleapis.com \ cloudresourcemanager.googleapis.com \ pubsub.googleapis.com --project $PROJECT_ID
- 次のコマンドを使用して、すべての API が有効になっていることを確認します。
gcloud services list --project $PROJECT_ID
出力には、次の例のように、先ほど有効にしたすべての API が含まれています。
NAME TITLE apigee.googleapis.com Apigee API apigeeconnect.googleapis.com Apigee Connect API bigquery.googleapis.com BigQuery API bigquery.googleapis.com BigQuery API bigquerystorage.googleapis.com BigQuery Storage API cloudapis.googleapis.com Google Cloud APIs clouddebugger.googleapis.com Cloud Debugger API cloudresourcemanager.googleapis.com Cloud Resource Manager API cloudtrace.googleapis.com Cloud Trace API compute.googleapis.com Compute Engine API container.googleapis.com Kubernetes Engine API containeranalysis.googleapis.com Container Analysis API containerregistry.googleapis.com Container Registry API datastore.googleapis.com Cloud Datastore API iam.googleapis.com Identity and Access Management (IAM) API iamcredentials.googleapis.com IAM Service Account Credentials API logging.googleapis.com Cloud Logging API monitoring.googleapis.com Cloud Monitoring API oslogin.googleapis.com Cloud OS Login API pubsub.googleapis.com Cloud Pub/Sub API servicemanagement.googleapis.com Service Management API serviceusage.googleapis.com Service Usage API sql-component.googleapis.com Cloud SQL storage-api.googleapis.com Google Cloud Storage JSON API storage-component.googleapis.com Cloud Storage
Google Cloud コンソールで API を有効にする方法については、Cloud ドキュメントの Google Cloud プロジェクトでの API の有効化をご覧ください。
1 2 3 (次)ステップ 4: 組織を作成する 5