Skip to content

Instantly share code, notes, and snippets.

@joshrosso
Created May 6, 2020 18:23
Show Gist options
  • Save joshrosso/66b25e45c795cb84e74f8d8dc4266fd0 to your computer and use it in GitHub Desktop.
Save joshrosso/66b25e45c795cb84e74f8d8dc4266fd0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: iperf
spec:
containers:
- name: iperf
image: nginx
ports:
- name: web
containerPort: 5201
protocol: TCP
args:
- "-s"
- "-p"
- "5201"
hostNetwork: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment