Registry / cloud / camel-kubernetes

camel-kubernetes

JSON →
library4.18.0javamavenunverified

Camel Components for integrating with Kubernetes.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-kubernetes</artifactId> <version>4.18.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-KUBERNETES
C
camel-kubernetes
cloudjavav4.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KubernetesComponent
org.apache.camel.component.kubernetes.KubernetesComponent

Adds Kubernetes component to a Camel context for interacting with Kubernetes API.

import org.apache.camel.component.kubernetes.KubernetesComponent; import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; CamelContext context = new DefaultCamelContext(); context.addComponent("kubernetes", new KubernetesComponent());
Debug
Known issues
gotchaCamel Kubernetes requires a running Kubernetes cluster and proper authentication configuration.
fix
Ensure your application has access to a valid kubeconfig or service account token.
affects: all
Upgrade
Version history
4.18.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Amazon
1
Resources
camel-kubernetes — mvn dependency:get camel-kubernetes · libregistry