wso2 / kubernetes-is

Kubernetes and Helm resources for WSO2 Identity Server
Apache License 2.0
65 stars 115 forks source link

Upgrade hazelcast with member auto discovery #322

Closed sadilchamishka closed 2 years ago

sadilchamishka commented 2 years ago

Purpose

From WSO2 IS 6.0.0-m3 , the Hazelcast members in Kubernetes deployments are discovered by the auto discovery plugin supported by Hazelcast itself. The previous custom implementation and its configurations can be decommissioned. The minimum configs for the auto discovery is provided and to enable additional configurations follow this documentation. https://github.com/hazelcast/hazelcast-kubernetes.

Related Issues