Skip to content

Instantly share code, notes, and snippets.

@svrc
Created April 10, 2018 15:56
Show Gist options
  • Save svrc/7bf6528318730380ee4da422225d8d30 to your computer and use it in GitHub Desktop.
Save svrc/7bf6528318730380ee4da422225d8d30 to your computer and use it in GitHub Desktop.
kafka client
apiVersion: v1
kind: Pod
metadata:
name: testclient
namespace: kafka
spec:
containers:
- name: kafka
image: solsson/kafka:0.11.0.0
command:
- sh
- -c
- "exec tail -f /dev/null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment