GKE on AWS を使用する前に、Google Cloud CLI をインストールして、必要な API を有効にする必要があります。
Google Cloud CLI を構成するには、次のコマンドを実行します。
次のコマンドを使用して、Google Cloud CLI のインストールを確認します。
gcloud version
Google Cloud CLI がインストールされていない場合、または 412.0.0 より前のバージョンを使用している場合は、Google Cloud CLI の最新バージョンをインストールします。
kubectl
追加コンポーネントをインストールします。まだ作成していない場合は、Google Cloud プロジェクトを作成します。プロジェクト名を保存します。これは後で使用します。
次のコマンドを実行して、Google Cloud アカウントで認証を行います。
gcloud auth login
次のコマンドを使用して、GKE Multi-Cloud API とそのサービスの依存関係を有効にします。これらのコマンドにより、Google Cloud CLI で構成されたプロジェクトの API が有効になります。
gcloud services enable gkemulticloud.googleapis.com gcloud services enable gkeconnect.googleapis.com gcloud services enable gkehub.googleapis.com gcloud services enable connectgateway.googleapis.com gcloud services enable cloudresourcemanager.googleapis.com gcloud services enable anthos.googleapis.com gcloud services enable logging.googleapis.com gcloud services enable monitoring.googleapis.com gcloud services enable opsconfigmonitoring.googleapis.com