I have migrated kafka-cluster (with 3 kafka pod and 3 zookeeper pod) to Kraft. As result I have got 6 kafka pod ( 3 pod of brockers and 3 pod of controllers). But there's pod disruption budget with 5 MinAvailable and this provides the errors during node drain.. Because each node contains 2 pod of kafka :(
is it possible to get rid of controllers and use only one node pool with dual roles?
I have migrated kafka-cluster (with 3 kafka pod and 3 zookeeper pod) to Kraft. As result I have got 6 kafka pod ( 3 pod of brockers and 3 pod of controllers). But there's pod disruption budget with 5 MinAvailable and this provides the errors during node drain.. Because each node contains 2 pod of kafka :(
Yes, the pod disruption budget is configured for all Kafka nodes as they need to be all covered.