hashicorp / hashicorp/go-plugin
Containerized plugins
Open
- Dominant language
- Go
- Stars
- 6.1k
- Forks
- 511
- Avg merge
- 22h 47m
- Merged PRs (30d)
- 4
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.