Skip to content

Instantly share code, notes, and snippets.

@svrc
Created April 10, 2018 15:56
Show Gist options
  • Save svrc/2e0a1aeb997f525f86975584d65e2aef to your computer and use it in GitHub Desktop.
Save svrc/2e0a1aeb997f525f86975584d65e2aef 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