第69章 Kubernetes Replication Controller
Camel 2.17 以降
producer と consumer の両方がサポート対象
Kubernetes レプリケーションコントローラーコンポーネントは、Kubernetes レプリケーションコントローラー操作を実行するプロデューサーと、Kubernetes レプリケーションコントローラーイベントを消費するコンシューマーを提供する Kubernetes コンポーネント の 1 つです。
69.1. 依存関係
Red Hat build of Apache Camel for Spring Boot で kubernetes-replication-controllers
を使用する場合は、自動設定をサポートするために次の Maven 依存関係を使用します。
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-kubernetes-starter</artifactId> </dependency>