Thanks to the introduction of the Kubernetes CRI there are now additional runtimes that exist for running containers within the Kubernetes orchestration ecosystem.
In this article, we will look at how we can use a lightweight runtime layer to create smaller resource overheads when running a container.
The tools that...