5.5. Camel K Serverless API ベースのインテグレーションのデプロイ
このチュートリアルでは、API ベースのインテグレーションに Camel K と Knative Serving のある OpenShift Serverless を使用する方法と、OpenShift で 3scale API Management のある API を管理する方法を実証します。
このチュートリアルは、Amazon S3 ベースのストレージの設定方法、OpenAPI 定義の設計方法、およびデモンストレーション API エイドポイントを呼び出すインテグレーションの実行方法を示しています。
前提条件
- GitHub https://github.com/openshift-integration/camel-k-example-api/tree/1.4.x のチュートリアル readme を確認します。
Camel K および OpenShift Serverless をインストールするために、クラスター管理者として OpenShift クラスターにアクセスできる必要があります。
- 任意の Red Hat Integration - 3scale Operator を OpenShift システムにインストールして API を管理することも可能。Deploying 3scale using the Operator を参照してください。
- Visual Studio (VS) コードは任意ですが、最良の開発者エクスペリエンスを提供するために推奨されます。Setting up your Camel K development environment を参照してください。
手順
チュートリアル Git リポジトリーのクローンを作成します。
$ git clone git@github.com:openshift-integration/camel-k-example-api.git
-
VS Code で File
Open Folder camel-k-example-api と選択します。 -
VS Code ナビゲーションツリーで、
readme.didact.md
ファイルを右クリックし、Didact: Start Didact Tutorial from File を選択します。これにより、VS Code に新しい Didact タブが開き、チュートリアルの手順が表示されます。 チュートリアルの手順に従い、提供されるリンクをクリックしてコマンドを自動的に実行します。
VS Code が Didact エクステンションとともにインストールされていない場合には、https://github.com/openshift-integration/camel-k-example-api からコマンドを手動で入力できます。