第 74 章 Kubernetes 复制控制器
从 Camel 2.17 开始
支持生成者和消费者
Kubernetes Replication Controller 组件是一个 Kubernetes 组件,它提供了一个生成者来执行 Kubernetes Replication 控制器操作,以及一个消费者,以使用与 Replication Controller 对象相关的事件。
74.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>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-kubernetes-starter</artifactId>
</dependency>