cri-o/README.md

15 lines
966 B
Markdown
Raw Normal View History

ocid - OCI-based implementation of Kubernetes Container Runtime Interface
=
2016-09-13 15:55:45 +00:00
### Status: pre-alpha
This is an implementation of the Kubernetes Container Runtime Interface (CRI) that will allow Kubernetes to directly launch and manage Open Container Initiative (OCI) containers.
The plan is to use OCI projects and best of breed libraries for different aspects:
- Runtime: runc (or any OCI runtime-spec compliant runtime)
- Images: Image management using https://github.com/containers/image
- Storage: Storage and management of image layers using https://github.com/containers/storage
- Networking: Networking support through use of [CNI](https://github.com/containernetworking/cni)
2016-09-13 15:55:45 +00:00
It is currently in active development in the Kubernetes community through the [design proposal](https://github.com/kubernetes/kubernetes/pull/26788). Questions and issues should be raised in the Kubernetes [sig-node Slack channel](https://kubernetes.slack.com/archives/sig-node).