Simple wrapper around iperf3 to measure network bandwidth from all nodes of a Kubernetes cluster
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
kind: NetworkPolicy
|
|
apiVersion: networking.k8s.io/v1
|
|
metadata:
|
|
name: iperf3-server-access
|
|
spec:
|
|
podSelector:
|
|
matchLabels:
|
|
app: iperf3-server
|
|
ingress:
|
|
- ports:
|
|
- port: 5201
|
|
from:
|
|
- podSelector:
|
|
matchLabels:
|
|
app: iperf3-client
|
|
|