mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 21:09:27 +00:00
deprecated rkt, added more containerd/cri-o info
This commit is contained in:
@@ -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/)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user