Rekube is a ReasonML toolkit for Kubernetes configuration.
The main components of the project are:
- Kubernetes API: The entire Kubernetes API is exposed as a ReasonML library.
- Configuration DSL: A custom PPX (preprocessor extension) can be used to write Kubernetes declarations using a JSON-like syntax with type annotations.
Note: This project is currently unstable and unreleased.
See the rekube-starter project for a working example and detailed instructions.