Skip to content

antaloala/whitebox-controller

 
 

Repository files navigation

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

About

Extensible generic controller for Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.4%
  • Dockerfile 2.6%