DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Java High Availability With WildFly on Kubernetes

4 years ago dzone.com
Java High Availability With WildFly on Kubernetes

Summary: This is a summary of an article originally published by the source. Read the full original article here →

by So, if you need to use session replication, you will surely need Wildfly instances to be clustered.

KUBE_PING is a discovery protocol for JGroups cluster nodes managed by Kubernetes: jgroups-kubernetes.

The first step is to create a repository that will contain all our files: Then create a Dockerfile with the necessary steps for image customization: In the same directory, create the file “config-server.cli”, which will contain the steps to configure kubeping correctly: Now put the “package of your application” to the directory “application” The next step is to create all Kubernetes objects so we can do the tests later.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com