Kubernetes における Container Runtime として Docker(正確には dockershim)が Deprecated になりました。それをきっかけに、コンテナ標準化の現状や Kubernetes における Container Runtime Interface (CRI)の立ち位置について話しました。
https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/
https://kubernetes.io/blog/2016/12/container-runtime-interface-cri-in-kubernetes/
https://opencontainers.org/
https://github.com/opencontainers/image-spec
https://github.com/opencontainers/runtime-spec
https://github.com/opencontainers/distribution-spec
https://github.com/opencontainers/runc
https://github.com/containerd/containerd
https://github.com/cri-o/cri-o
https://south37.hatenablog.com/entry/2020/12/07/%E3%82%B3%E3%83%B3%E3%83%86%E3%83%8A%E6%A8%99%E6%BA%96%E5%8C%96%E3%81%AE%E7%8F%BE%E7%8A%B6%E3%81%A8_Kubernetes_%E3%81%A8%E3%81%AE%E9%96%A2%E4%BF%82%E6%80%A7%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6