sylvain-reynaud / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A lightweight cloud orchestrator in Rust

❗ This project is experimental and should NOT be used in production. ❗

Discord

Contributing

RIK is open-source and contributions are welcome. Please read the CONTRIBUTING.md for more information on how to contribute to this project.

Troubleshooting

cargo build fails because cannot build openssl-sys

This is due to missing packages in your system, install libssl-dev to fix this.

  • Ubuntu: sudo apt install libssl-dev

About

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.

License:Apache License 2.0


Languages

Language:Rust 96.8%Language:HCL 2.8%Language:Dockerfile 0.4%Language:Shell 0.0%