Setting Runtime Classes
Create a kata-runtime runtime class to run Kata Containers in a
Kubernetes cluster.
CRI-O uses the Kubernetes RuntimeClass resource in the pod configuration
file to specify whether to run a pod using the default runtime runc, or
using kata-runtime.
The examples in this book use the name native to specify the use of
runc, and the name kata-containers to specify the use of
the Kata Containers runtime, but the names aren't important.