Re: Tomcat 9.0.65 Clustering in Azure Kubernetes Service (AKS)

2022-08-14 Thread Chew Kok Hoor
Hi Thomas, Thanks for pointing me to another option which is the DNSMembershipService. Hope you can help to clarify two things in the dns-membership-service.yml: 1. For spec.port, is port mandatory? Or can it be any other number? I checked the source code for DNSMembershipService.java a

Re: Tomcat 9.0.65 Clustering in Azure Kubernetes Service (AKS)

2022-08-14 Thread Thomas Meyer
Hi, Two remarks from my side: 1. CloudMembershipService is not so usable, and seems to originally target OpenShift. To make it work you need to create ServiceAccount and give read permission for listing all pods in namespace. This seems to be missing in your case. It also has some assumptions a

Tomcat 9.0.65 Clustering in Azure Kubernetes Service (AKS)

2022-08-14 Thread Chew Kok Hoor
Hi, I am trying to setup Tomcat clustering running in AKS, however the standard settings don't seem to work. As per the documentation I have setup following Cluster configuration in server.xml inside my tag: But I received a 'Failed