Folks I'm trying to build aerogear in kubernets, I was able to make it work on my docker install but as stated here:
https://issues.jboss.org/browse/AGPUSH-1559?_sscc=t
Kubernets does not behave well with the links from the DBs. So I proceeded and tried to build:
https://raw.githubusercontent.com/jboss-dockerfiles/aerogear/master/wildfly/DockerfileBut it breaks:
Removing intermediate container c5e6c09a20cc
Step 9 : COPY configuration/xml/mysql-module.xml ${mysql_module_dir}/module.xml
lstat configuration/xml/mysql-module.xml: no such file or directory
My plan was to build the image and create a service for earch of my databases as stated here:
https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/Is there any other alternatives or a working build?
Regards,
vfbsilva