Skip to content

Add generic cri implementation #169

Open
@fristonio

Description

@fristonio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions