/sandy-kafka

Sandy the sandpit. Kafka in a k8s cluster.

GNU General Public License v3.0GPL-3.0

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