tipa12 / unikernel-BDSProj

1 stars 0 forks source link

Architecture discussion #1

Closed fschmllr closed 1 year ago

fschmllr commented 2 years ago

This issue is supposed to document the choices we have taken with regards to the architecture of our unikernel system.

Possible discussion points include

fschmllr commented 2 years ago

My dev environment is as follows:

Here is the command I use to run it using Docker:

  1. mkdir BDSPRO && cd BDSPRO
  2. docker run -it --rm -v $(pwd):/usr/src/unikraft --entrypoint bash --device /dev/kvm --privileged unikraft/kraft:staging

For Docker networking (incomplete):

  1. docker network create virbr0
  2. Pass --network virbr0 to docker run

Please add your dev environments as well @ls-1801 @tipa12 @JossephMedina.

ls-1801 commented 2 years ago

Using the do-httpreply script, I could build the app with

./do-httpreply setup ./do-httpreply build ./do-httpreply run

fschmllr commented 1 year ago

We should decide if we want to implement a pull or push-based unikernel architecture with regards to the tuple orchestration, Also look into what #12 is doing.