Hawtio Online requires applications to be "hawtio-enabled" in order to get detected on OpenShift/Kubernetes. To make them hawtio-enabled, the application containers need to have a configured port named jolokia
and that exposes the Jolokia API.
This repository provides a collection of examples that demonstrate how you can make an application hawtio-enabled.
Example | Description |
---|---|
Camel Quarkus for Kubernetes | A simple Camel Quarkus application example deployable on all variants of Kubernetes. |
Camel Quarkus for OpenShift | A simple Camel Quarkus application example specifically targeted for deployment on OpenShift. |
Camel Spring Boot | A simple Camel Spring Boot application example. |
Camel K | A simple Camel K integration example. |