Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 771 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 771 Bytes

Whitebox Controller

Whitebox Controller is an extensible general purpose controller for Kubernetes.

This controller performs reconciliation or validation of Kubernetes resources by executing external commands or sending HTTP requests to external URLs. This allows developers to implement the Kubernetes controller simply by providing an external command or HTTP endpoint.

Motivation

  • Allow developers to make controllers without various knowledge of Kubernetes
  • Allow developers to implement controllers in their familiar programming languages
  • Enable quick validation of new controller ideas

Documentation