Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 975 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 975 Bytes

Hawtio-Enabled Application Examples for Hawtio Online

Build

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.

Examples

Example Description
Camel Quarkus A simple Camel Quarkus application example.
Camel Spring Boot A simple Camel Spring Boot application example.
Camel K A simple Camel K integration example.