ramhiser/kafka-kubernetes

Update Replication Controllers to Deployments

Closed this issue · 0 comments

In both Zookeeper and Kafka, I'm running replication controllers instead of deployments.

Why the update? From Kubernetes docs...

Replica Set is the next-generation Replication Controller.
...
we recommend using Deployments instead of directly using Replica Sets, unless you require custom update orchestration or don’t require updates at all.