logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Rashmi Gottipati, Varsha Prasad Narsing, Tony J, Bryce Palmer, Camila Macedo
2023-04-19

tldr - powered by Generative AI

Phase 2 plugins in Cube Builder and Operator SDK allow for extensible CLI and scaffolding through external plugins
  • Cube Builder simplifies building a Kubernetes operator and allows for extensible CLI and scaffolding through plugins
  • Phase 2 plugins allow for external plugins to be discovered and used without needing to be compiled with the Cube Builder binary
  • Plugins can modify Cube Builder's base scaffolding before files are written to disk
  • Plugins can be written in any language
  • External plugins allow for customization of Cube Builder's workflow for non-GoLang operators