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

Implement a serverless agent #6

Open
sameo opened this issue Feb 4, 2024 · 1 comment
Open

Implement a serverless agent #6

sameo opened this issue Feb 4, 2024 · 1 comment
Assignees

Comments

@sameo
Copy link
Contributor

sameo commented Feb 4, 2024

@sameo sameo moved this to Todo in Project 2024 Feb 4, 2024
@mmoreiradj mmoreiradj self-assigned this Feb 16, 2024
@noetarbouriech noetarbouriech self-assigned this Feb 16, 2024
@mfernd mfernd self-assigned this Feb 17, 2024
@mmoreiradj
Copy link
Contributor

mmoreiradj commented Mar 17, 2024

Here goes nothing:

Configuration

The configuration is on the initramfs on a location such as /etc/cloudlet/config.yaml

It should contain (at least):

  • Information about the serverless protocol
  • The location of the code on disk
  • The language of the code

Scope

  • Only supports the standard library (no external crates)
  • Builds the code, runs the code, exits (if we have access to internet we could run servers)
  • Added security using a minimal container runtime would be a plus

@mfernd mfernd moved this from Todo to Done in Project 2024 May 6, 2024
@mfernd mfernd moved this from Done to In Progress in Project 2024 May 6, 2024
@mfernd mfernd moved this from In Progress to Done in Project 2024 May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

4 participants