I’m planing resources which will be dedicated to run Kafka Connect Clusters in Strimzi Distribution.
My workloads are pretty small, there will be probably only 1 task per connector needed.
I would go with AKS with 2 nodes in my dedicated nodepool.
In that case should i always deploy Strimzi Kafka Connect cluster with 2 workers (pods) inside my AKS Cluster, just to achieve HA? Or just one Worker will be okay and if the node will fail, this worker (pod) will be recreated on second node with the task? Can you share some good practices of resource planning for Strimzi Kafka Connect Clusters? – When i should go with two workers etc.
2