This repository includes the codes for evaluating the capbability of two container overlay technologies (Cilium and Calico) for data sharing application.
It includes below files:
-
gen_pods.py : For a given json file which defines pods that should be launched on some nodes, this script creates yaml files which can spawn these pods.
-
gen_policies.py :It creates a yaml and bash file for a policy. The bash script is to label existing pods with the policy labels
-
iperf_exp.sh : This file automatically run iperf3 between two pods and stores the log of iperf3.