You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: