summerwind / whitebox-controller

Extensible generic controller for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 97.4%Language:Dockerfile 2.6%