we can infer from the error message that$REPLICASdidn’t translate into its integer value. As a result,Kubernetes was unable to parse the string$REPLICASbecause it expects an integer value for thereplicasfield.
Hazelcast uses the Kubernetes API for the member discovery, therefore it requires granting permissions to certain resources. To create a Service Account with minimal roles, run the following command. kubectl apply -f rbac.yaml The Service Accounthazelcast-service-accountwas created and you can use i...