Re: rebalancing & K8

2021-05-11 Thread Alexandr Shapkin
Hello! It's recommended to set liveness and readiness probes, though the defaults should be fine. As per rebalancing, you might want to set -DIGNITE_WAIT_FOR_BACKUPS_ON_SHUTDOWN=true meaning, that k8s can't restart a pod if this could lead to a data loss. You might check the Apache Ignite

Re: rebalancing & K8

2021-04-28 Thread Ilya Kasnacheev
Hello! Usually you need to adjust (or auto-adjust) baseline topology after scaling the cluster up or down. You also need to make sure that nodes stay in one cluster. Regards, -- Ilya Kasnacheev пн, 26 апр. 2021 г. в 15:02, narges saleh : > Hi folks > > If I am deploying my ignite cluster

rebalancing & K8

2021-04-26 Thread narges saleh
Hi folks If I am deploying my ignite cluster using AKS, is defining the auto discovery service sufficient? I am following this link: https://ignite.apache.org/docs/latest/installation/kubernetes/azure-deployment Specifically, I am concerned about ignite's node/partition rebalancing in case of