A little lost. I want to take this project - https://github.com/feitnomore/hyperledger-fabric-kubernetes
and make some changes for Kafka and zookeeper will be deployed on Kubernetes instead of being running locally, but I'm not sure what is the right way to do that.
Will theoretically work to deploy Kafka and take the orderer deployment file - https://github.com/feitnomore/hyperledger-fabric-kubernetes/blob/master/kubernetes/blockchain-orderer_deploy.yaml
and only change it's configuration related to Kafka?