-
Notifications
You must be signed in to change notification settings - Fork 0
infrastructure setup
Animesh Trivedi edited this page Mar 9, 2021
·
5 revisions
We need to setup an experimental evaluation testbed. We have 4 Intel Xeon servers (256GB memory, with Optane SSDs) which are connected with 100 Gbps InfiniBand links.
The idea is
- Deploy container service on them (Kubernetes, or KubeEdge)
- Pack 100s of containers on them and connect them
- Configure the containers (CPU, memory, storage) based on the edge node configuration
- Do traffic shaping between the containers using any underlying link technology characteristics: 100 Gbps, 10 Gbps, Wifi, Bluetooth, 4/5G network links
- Key properties: latency, bandwidth, burstiness, packet losses, etc. (keeping it at the packet level, no low-level physical properties emulation)
- Automate the whole deployment
We need to get started on building this.