Use deployments instead of pods
Pods instead of deployments are, at least, used for:
- Kafka client
- Zookeeper client
Defining them as pod has the disadvantage that they do not restart after shutting down the cluster.
Pods instead of deployments are, at least, used for:
Defining them as pod has the disadvantage that they do not restart after shutting down the cluster.