Chapter 3. Fuse on OpenShift
Fuse on OpenShift enables you to deploy Fuse applications on OpenShift Container Platform.
3.1. Supported version of OpenShift
For details of the supported version (or versions) of OpenShift Container Platform to use with Fuse on OpenShift, see the Supported Configurations page.
3.2. Supported images
Fuse on OpenShift provides the following Docker-formatted images:
| Image | Platform | Supported architectures |
|---|---|---|
|
| Spring Boot | AMD64 and Intel 64 (x86_64) |
|
| Spring Boot |
AMD64 and Intel 64 (x86_64) |
|
| Apache Karaf | AMD64 and Intel 64 (x86_64) |
|
| Apache Karaf | AMD64 and Intel 64 (x86_64) |
|
| Red Hat JBoss Enterprise Application Platform | AMD64 and Intel 64 (x86_64) |
|
| Red Hat JBoss Enterprise Application Platform | AMD64 and Intel 64 (x86_64) |
|
| Fuse console |
AMD64 and Intel 64 (x86_64) |
|
| Fuse console operator |
AMD64 and Intel 64 (x86_64) |
|
| Apicurito REST application generator | AMD64 and Intel 64 (x86_64) |
|
| Apicurito REST API editor | AMD64 and Intel 64 (x86_64) |
|
| API Designer Operator | AMD64 and Intel 64 (x86_64) |
3.3. New features in Fuse 7.10 on OpenShift
Fuse on OpenShift provides following new features in version 7.10:
Fuse Console performance tuning (OpenShift 4.x only)
You can tune the performance of the Fuse Console by setting any of the
clientBodyBufferSize,proxyBuffers, andsubrequestOutputBufferSizeenvironment variables.Note: This feature is not supported on OpenShift 3.11.
Support for JDK 11
Fuse 7.10 offers support for building the Fuse on OpenShift quickstarts using JDK 11.
Running quickstarts with
openshift-maven-pluginFuse 7.10 uses new
openshift-maven-pluginwhen building and running the Fuse on OpenShift quickstarts with Maven archtypes.Support for IBM Power Systems, IBM Z, and LinuxONE
Fuse 7.10 adds support for IBM Power Systems(ppc64le), IBM Z, and LinuxONE (s390x) on Red Hat OpenShift Container Platform 4.9 and later.
NoteIn Fuse 7.10, installing the Fuse on OpenShift imagestreams and templates on IBM Power Systems, IBM Z, and LinuxONE is not supported. Only the components that can be installed with Fuse on OpenShift Operators are supported on IBM Power Systems, IBM Z, and LinuxONE.
3.4. Important notes
Important notes for the Fuse 7.10 release of the Fuse on OpenShift distribution:
- OpenJ9 images for IBM Z and IBM Power Systems are deprecated
- OpenJ9 images for IBM Z and IBM Power Systems are deprecated for Fuse 7.10. The OpenJDK11 Builder and Runtime images have been updated to support multiple architectures.
- Support for Fuse 7.10 on OpenShift Container Platform (OCP) 4.9
- Fuse 7.10 contains updates that enable it to work with OpenShift Container Platform (OCP) 4.9. If you plan to upgrade to OCP 4.9, you must upgrade Fuse to version 7.10 before you upgrade OCP to version 4.9. Earlier versions of Fuse (prior to 7.10) do not support OCP 4.9.
- Data Virtualization has been removed
- Data Virtualization is deprecated since Fuse 7.7 and has been removed from Fuse 7.8.
- Spring Boot 1 is has been removed
- Spring Boot 1 is deprecated since Fuse 7.7 and has been removed from Fuse 7.8. We recommend that you migrate your Spring Boot applications to Spring Boot 2, following the guidance in the Spring Boot 2.0 Migration Guide.
- Fabric8 Maven plugin is removed
- Fabric8 Maven plugin is completely removed from Fuse 7.10 and replaced with OpenShift Maven plugin since Fuse 7.10. Use OpenShift Maven plugin to build and deploy your applications.
- Running quickstarts with JDK11
- Use the correct JDK11 profile during the compile time if you want to use JDK11 based image at runtime. When building and deploying the quickstarts using JDK11, ensure that you have installed JDK11 on your build machine and then build your quickstarts using the correct JDK11 profile.
- The
eap-camel-jpaquickstart has been removed -
The
eap-camel-jpaquickstart has been removed from Fuse 7.8 due to an issue with a dependency. - Jolokia not externally accessible on Fuse 7.8
- Starting in Fuse 7.8, Jolokia default protocol is switched from HTTP to HTTPS.