RIK, a container orchestrator in Rust
2023-02-18
1 min read
Metadata
- Project: rik-org/rik
- GitHub’s contributors count: 11
- GitHub commits count: +70
- First version released: May 2021
- Latest version released: 17 February 2023 (from a fork)
Project description
RIK, “Rust In Kube”, is a container orchestrator written in Rust. It is inspired by Kubernetes and aims to be a lightweight alternative to Kubernetes. It is currently in early development and is not ready for production.
Contributions
In order to simplify contributions list, I will only list contributions made after 1 January 2023.
Controller component: ability to work with instance’s state
- Date: February 2023
- PR#2: feat: implement workload.instances route
- Description: Implement ability for the controller to save the state of instances and to retrieve it
Controller component: ability to work with worker metrics
- Date: February 2023
- PR#9: feat: make core components more clearer
- Description: Update the controller to be able to work with worker metrics. Slightly update the architecture to be able to do that.
License
MIT