Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
WildFly
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
WildFly Domain Mode on Kubernetes
28 views
Skip to first unread message
Tarun Singh
unread,
Nov 26, 2024, 8:16:53 AM
11/26/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
Hi, is it possible to deploy WildFly Domain Mode on Kubernetes? I checked Helm Chart but couldn't find the configuration for the same.
Teixi
unread,
Dec 21, 2024, 2:32:26 AM
12/21/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
Hi
1 Without Helm Chart
You can build an Docker image and launch it via command parameters in domain mode:
https://github.com/jboss-dockerfiles/wildfly
https://github.com/jboss-dockerfiles/wildfly
Then deploy it to Kubernetes cluster via custom deployment yaml file
https://www.eclipse.org/community/eclipse_newsletter/2020/november/3.php
2 With Helm Chart
On the helloworld example
https://docs.wildfly.org/wildfly-charts/guides/kubernetes.html
Change the pom.xml
https://github.com/wildfly/quickstart/blob/main/helloworld/pom.xml
to include
'Deploying in domain mode works the same as the examples above, except you need to add the <server-groups> property as well as specify at least one server group.'
https://docs.wildfly.org/wildfly-maven-plugin/releases/5.1/deployment-example.html
3 Also check the helloworld-mdb
https://github.com/wildfly/quickstart/tree/main/helloworld-mdb#clustering
HTH
Reply all
Reply to author
Forward
0 new messages