tomcucinotta / distwalk

Distributed processing emulation tool
GNU General Public License v3.0
1 stars 4 forks source link

Kubernetes support (aka KubeWalk) #23

Open deRemo opened 11 months ago

deRemo commented 11 months ago

One of the mail goal of DistWalk is to provide an distributed tool for emulating workloads on popular orchestration tools, such as Kubernetes. We need:

1) A set of scripts and dockerfiles to automatically "install", configure and run DistWalk. Ideally, the modification to Kubernetes itself should be kept to a minimum (ideally, zero).

2) Integration with the monitoring component envisioned in Issue #22