-
My pods are showing the status as "CrashLoopBackOff" after deploying HPA. Is there solution or precautionary action could be taken to resolve this? |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Aug 18, 2021
Replies: 1 comment 8 replies
-
HPA rarely makes sense with most Kafka brokers. And it IMHO never makes sense with ZooKeeper. If you want to scale Kafka brokers or ZooKeepers, you should do it by changing the |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
vishk2203
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HPA rarely makes sense with most Kafka brokers. And it IMHO never makes sense with ZooKeeper. If you want to scale Kafka brokers or ZooKeepers, you should do it by changing the
replicas
fields in theKafka
custom resource. Not by scaling the StatefulSet. That will not work short-term and the operator will anyway revert it in the next reconciliation.