Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generic cri implementation #169

Open
fristonio opened this issue Jun 18, 2019 · 0 comments
Open

Add generic cri implementation #169

fristonio opened this issue Jun 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@fristonio
Copy link
Member

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 fristonio added the enhancement New feature or request label Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant