Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 721 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 721 Bytes

Rekube

Rekube is a ReasonML toolkit for Kubernetes configuration.

rekube

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.

Quickstart

See the rekube-starter project for a working example and detailed instructions.