You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Monitoring and logging required to satisfy the CRI
61
+
- Resource isolation as required by the CRI
61
62
62
63
## What is not in scope for this project?
63
64
64
-
* Building, signing and pushing images to various image storages
65
-
* A CLI utility for interacting with CRI-O. Any CLIs built as part of this project are only meant for testing this project and there will be no guarantees on the backward compatibility with it.
65
+
- Building, signing and pushing images to various image storages
66
+
- A CLI utility for interacting with CRI-O. Any CLIs built as part of this project are only meant for testing this project and there will be no guarantees on the backward compatibility with it.
66
67
67
68
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.
68
69
69
70
The plan is to use OCI projects and best of breed libraries for different aspects:
71
+
70
72
- Runtime: [runc](https://github.com/opencontainers/runc) (or any OCI runtime-spec implementation) and [oci runtime tools](https://github.com/opencontainers/runtime-tools)
71
73
- Images: Image management using [containers/image](https://github.com/containers/image)
72
74
- Storage: Storage and management of image layers using [containers/storage](https://github.com/containers/storage)
73
75
- Networking: Networking support through use of [CNI](https://github.com/containernetworking/cni)
74
76
75
-
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).
77
+
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).
Note that kpod and its container management and debugging commands have moved to a separate repository, located [here](https://github.com/containers/podman).
0 commit comments