- Create a simple Plugin for a go application
- Analyse Terraform's plugin implementation
- Enabling a rich plugin ecosystem on Kubernetes
Uses Hashicorp's go-plugin to create a hello-world
kind of plugin
More here
- User kubebuilder to create a controller
- Creates a local and network plugin abstraction
- Checks and executes plugins on a controller
More here