This is a demo for presentation about WildFly on Kubernetes for DevConf.cz 2020: https://www.devconf.info/cz/
This demo consists from three parts. Every part has it’s own directory. Plus there are slides at ./slides
-
01-s2i-helloworld shows how to build a WildFly Quickstart Helloword with s2i command and how to use chain build with with wildfly-s2i Dockerfile
-
02-galleon-cli shows basic galleon.sh command to create a WildFly distribution
-
03-ejb-txn-demo is a demo of simple Java EE application that is deployted at Kubernetes with WildFly Operator
NoteFor building the 03-ejb-txn-demo with WildFly Operator use branch kubernetes as it contains few changes in jboss cli scripts which are necessary for a clean run.