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

Pluggability #6943

Open
5 of 15 tasks
alexec opened this issue Oct 15, 2021 · 2 comments
Open
5 of 15 tasks

Pluggability #6943

alexec opened this issue Oct 15, 2021 · 2 comments
Labels

Comments

@alexec
Copy link
Contributor

alexec commented Oct 15, 2021

@alexec alexec added the type/feature Feature request label Oct 15, 2021
@alexec alexec pinned this issue Feb 7, 2022
@alexec alexec added area/plugins and removed type/feature Feature request labels Feb 7, 2022
@stale
Copy link

stale bot commented Mar 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the problem/stale This has not had a response in some time label Mar 2, 2022
@alexec alexec added the type/feature Feature request label Mar 2, 2022
@stale stale bot removed the problem/stale This has not had a response in some time label Mar 2, 2022
@alexec alexec unpinned this issue May 4, 2022
@agilgur5
Copy link
Member

WASM / WASI could be a huge boon for plugins as it allows for code from almost any language to be executed in a secure, sandboxed way.

There is already the WASM Executor plugin, but we could potentially have built-in support for it and utilize WASM in several different places, including in the Controller and Server themselves, not just in ephemeral executors.

We could detect a WASM binaries on the filesystem and load them for different plugins, so a user could then have a custom image or volume mount with their binaries.

Implementation-wise, there do exist some great tools for this already, Exitsm in particular is an SDK for WASM-powered plugin systems and has an existing Go SDK.

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

2 participants