07-05-2024 10:38 AM
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
07-22-2024 11:32 AM
The solution was Istio (service mesh)
Istio does not allow the communication between pods via IP. To allow this operation, I had to enable the headless service on it: https://istio.io/latest/docs/ops/configuration/traffic-management/traffic-routing/#headless-services
As this exemple bellow:
07-22-2024 11:32 AM
The solution was Istio (service mesh)
Istio does not allow the communication between pods via IP. To allow this operation, I had to enable the headless service on it: https://istio.io/latest/docs/ops/configuration/traffic-management/traffic-routing/#headless-services
As this exemple bellow:
Explore our Alfresco products with the links below. Use labels to filter content by product module.