Noeds ACS does not connect in a cluster Hazelcast embedded in K8s cluster

cancel
Showing results for 
Search instead for 
Did you mean: 
brunosantos
Active Member

Noeds ACS does not connect in a cluster Hazelcast embedded in K8s cluster

Hi folks, 

We are deploying our Alfresco 23.2 in a cluster k8s with 2 ACS pods via helm chart.

We have activated the cluster embedded 'Hazelcast' via parameter in alfresco-global.properties: 

alfresco.cluster.enabled=true

And the port 5701 is configured in the deployment.yaml as your documentation:

ports:
- containerPort: 8080
- name: hazelcast
containerPort: 5701
protocol: TCP

Our instances show us that the cluster is active in this url: /alfresco/s/enterprise/admin/admin-clustering

But each noed has created his cluster, they are not capable of connecting to a existing cluster hazelcast.

Is there another/other properties that should be configured in alfresco-global.properties and/or helm chart files?

Thanks in advance,

Bruno Santos