deprecated rkt, added more containerd/cri-o info

This commit is contained in:
Bret Fisher
2019-11-12 06:45:42 -05:00
parent 5749348883
commit f7f5ab1304

View File

@@ -193,9 +193,19 @@ No!
- Or leverage other pluggable runtimes through the *Container Runtime Interface*
(like CRI-O, or containerd)
- <del>We could also use `rkt` ("Rocket") from CoreOS</del> (deprecated)
- Different install methods and distributions use different runtimes
- [containerd](https://github.com/containerd/containerd/blob/master/README.md):
maintained by Docker, IBM, and community
- Used by Docker Engine, microK8s, k3s, GKE, and standalone. Has `ctr` CLI
- [CRI-O](https://github.com/cri-o/cri-o/blob/master/README.md):
maintained by Red Hat, SUSE, and community. Based on containerd
- Used by OpenShift and Kubic, version matched to Kubernetes
- [And more](https://kubernetes.io/docs/setup/production-environment/container-runtimes/)
---