Skip to content

danielfbm/plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang plugin example

Intro

  1. Create a simple Plugin for a go application
  2. Analyse Terraform's plugin implementation
  3. Enabling a rich plugin ecosystem on Kubernetes

Simple plugin for a go application

Uses Hashicorp's go-plugin to create a hello-world kind of plugin

More here

Sample controller that uses plugins with kubebuilder

  • User kubebuilder to create a controller
  • Creates a local and network plugin abstraction
  • Checks and executes plugins on a controller

More here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published