Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.17 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.17 KB

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 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.