beast icon indicating copy to clipboard operation
beast copied to clipboard

Add generic cri implementation

Open fristonio opened this issue 5 years ago • 0 comments

Currently the only container runtime available for use is docker, while it is great it adds a lot of extra overhead. We can use more stripped down version of container runtimes(like containerd) using a generic container runtime interface similar to what kubernetes have, this way we can implement any cr that kubernetes support with beast.

For the purpose of building images in the above case we can leverage dockers buildkit project which has a lot of cool features we can use. This will improve modularity and flexibility in the project.

fristonio avatar Jun 18 '19 04:06 fristonio