# Kafka image without the service, so you can run ./bin/ stuff # kubectl exec -ti testclient -- /bin/bash apiVersion: v1 kind: Pod metadata: name: testclient namespace: kafka spec: containers: - name: kafka image: solsson/kafka:0.11.0.0@sha256:b27560de08d30ebf96d12e74f80afcaca503ad4ca3103e63b1fd43a2e4c976ce command: - sh - -c - "exec tail -f /dev/null"