Build
Follows up from sandy-zookeeper/README.md
- Use Docker from within Minikube
eval $(minikube docker-env)
- Build new Centos Docker image from the Dockerfile in thie repo
docker build . --tag=registry:5000/kafka:latest
- Push newly build image to local Docker registry
docker push registry:5000/kafka:latest
- Build new image on cluster
kubectl create -f kafka.yaml