July 2018
Intermediate to advanced
504 pages
11h 34m
English
It's time to get hands-on with CRI-O. We are not going to explore CRI-O in depth, but rather show you how to bring up a development environment with CRI-O configured with some basic functionality.
In order to start Kubernetes with CRI-O as a Container Runtime Interface, we are going to use Minikube with an additional --container-runtime crio option:
$ minikube start --container-runtime crioStarting local Kubernetes v1.9.0 cluster......<output omitted>...Loading cached images from config file.
Check Minikube's ...
Read now
Unlock full access