ramhiser / kafka-kubernetes

Apache Kafka on Kubernetes
70 stars 36 forks source link

Update Replication Controllers to Deployments #1

Closed ramhiser closed 8 years ago

ramhiser commented 8 years ago

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.