tommasoborgato.hashnode.devRun DB2 On OpenShift without the OperatorIf you want to run DB2 on OpenShift you can use the DB2 Operator as described here Db2 12.1.2 for Red Hat OpenShift and Kubernetes; As an alternative, you can do it without using the DB2 Operator; Here is what you have to do if you don’t want to use ...Sep 25, 2025·2 min read
tommasoborgato.hashnode.devWildFly to Infinispan EncryptionIntroduction When using Infinispan as an external cache for WildFly, we might want to: Encrypt communication Use a client certificate to authenticate to Infinispan Generate Keystores The first thing we need is keys and certificates to: encrypt com...Oct 25, 2024·3 min read
tommasoborgato.hashnode.devSticky Sessions on Kubernetes with WildFly and NGINXThere are many posts on the Internet illustrating HOW-TO configure sticky sessions when using an NGINX Ingress Controller; This post elaborates a little on that subject and adds WildFly to the mix; You will configure the NGINX Ingress Controller on K...Sep 18, 2023·1 min read
tommasoborgato.hashnode.devDeploy a WildFly Jakarta EE 10 application on OpenShiftIntro In this article we show HOW-TO deploy on OpenShift a Jakarta EE 10 application using WildFly as runtime; You can find further details here https://www.wildfly.org/news/2022/04/20/WildFly-s2i-v2-Released/; We show two variants of the process, ea...Sep 12, 2022·2 min read
tommasoborgato.hashnode.devCreate a docker image with WildFly and a Jakarta EE application deployedIn this article we show HOW-TO create a docker image containing WildFly with a Java application deployed in it; the docker image is ready to be run in OpenShift, Kubernetes or just locally with docker or podman; The process is broken to pieces in ord...Aug 24, 2022·2 min read