We've had the ability to run kafka mirrormaker v1 on Kubernetes since https://phabricator.wikimedia.org/T304373. We're currently running in a state in which one MM1 instance runs on Kubernetes
brouberol@deploy2002:~$ kube-env kafka-mirrormaker dse-k8s-eqiad brouberol@deploy2002:~$ k get pod NAME READY STATUS RESTARTS AGE kafka-mirrormaker-logging-eqiad-to-jumbo-eqiad-7f75b974c6-rm2bw 1/1 Running 0 24h
and the other instances run alongside the brokers, on the various kafka clusters.
We should stop running these MM1 instances directly on the broker hosts themselves, as it will make the kafka upgrade plan easier.
We should:
- agree on which k8s cluster we'd like to run all MM1 instances
- migrate all remaining MM1 instances to this k8s cluster


