Skip to content

Code developed by the participants of the 1st EDGELESS Code Camp in Chania (Crete, Greece) on June 18, 2024

License

Notifications You must be signed in to change notification settings

edgeless-project/code-camp-chania-2024

Repository files navigation

code-camp-chania-2024

Code developed by the participants of the 1st EDGELESS Code Camp in Chania (Crete, Greece) on June 18, 2024

Challenge: Load balancing delegated orchestrator

  • Programming language: Python
  • Setup
    • An orchestration domain with 10 nodes deployed
    • Each node is assigned a random color as label and declares a random number of CPUs
    • A set of static workflows consisting of a single function

Task: develop a delegated orchestrator that reads the orchestration domain status from Redis and produces a set of intents to balance as much as possible the load across nodes

Participants

Four different implementations of the task have been developed during the code camp, in about 3 hours:

The delegated orchestrators developed have been tested with an EDGELESS cluster of 10 nodes with a WASM runtime, each running in a separate container, and an initial set of 100 workflows (each consisting of a single function).

About

Code developed by the participants of the 1st EDGELESS Code Camp in Chania (Crete, Greece) on June 18, 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages