Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gramine driver proxy and its remote executor agent #568

Open
bigdata-memory opened this issue Oct 22, 2021 · 0 comments
Open

Gramine driver proxy and its remote executor agent #568

bigdata-memory opened this issue Oct 22, 2021 · 0 comments
Labels

Comments

@bigdata-memory
Copy link
Contributor

Motivation & problem statement

This feature is associated with #525, it should be booted at the LibOS side before the workload get started. this feature is required to handle the lifecycle of agent, the remote streams access and remote attestation.

Proposed solution

this feature needs to have the following major functions.

  1. Teaclave Gramine driver proxy
  2. LibOS side executor agent trait
  3. To serialize FunctionArguments
  4. To serialize FunctionRuntime
  5. To establish a trusted channel between proxy and agent remotely with assurance
  6. A protocol/service to interact with remote agent
  7. control plane commands. e.g. attest, init, start, stop, destroy, custom cmds.
  8. data plane: runtime streams, argument, payload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant