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

Containerized plugins #294

Open
kfox1111 opened this issue Jan 2, 2024 · 0 comments
Open

Containerized plugins #294

kfox1111 opened this issue Jan 2, 2024 · 0 comments

Comments

@kfox1111
Copy link

kfox1111 commented Jan 2, 2024

In containerized environments like Kubernetes, It can be beneficial to build/ship plugins in their own container image than the container loading the plugins. The plugin container would be loaded in as a sidecar in the same Pod, where Kubernetes would execute the plugin and unix sockets shared via a shared filesystem (emtpydir volume)

There should be support for this style of plugin loading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant