Rekube is a ReasonML toolkit for Kubernetes configuration.
792
Rekube is a ReasonML toolkit for Kubernetes configuration.

The main components of the project are:
Note: This project is currently unstable and unreleased.
To install rekube in an esy project, add the following dependency to your package.json file:
"dependencies": {
"rekube": "github:odis-labs/rekube#f9d8e20"
}
In your dune project add the following dependencies to your dune file:
(executable
(name Infra)
(public_name gen-infra)
(libraries rekube console.lib)
(preprocess (pps rekube.ppx)))
Finally, describe your configuration in a file called Infra.re and execute it to generate the raw JSON files.
$ esy gen-infra
Content type
Image
Digest
Size
1.1 GB
Last updated
over 6 years ago
docker pull odis/rekube