/rik

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

Primary LanguageRustApache License 2.0Apache-2.0

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