Skip to content

Commit ea838de

Browse files
committed
Add content/ja/docs/reference/glossary/cri-o.md
Signed-off-by: kenta-iijima <[email protected]>
1 parent b42b077 commit ea838de

File tree

1 file changed

+24
-0
lines changed
  • content/ja/docs/reference/glossary

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: CRI-O
3+
id: cri-o
4+
date: 2019-05-14
5+
full_link: https://cri-o.io/#what-is-cri-o
6+
short_description: >
7+
A lightweight container runtime specifically for Kubernetes
8+
9+
aka:
10+
tags:
11+
- tool
12+
---
13+
A tool that lets you use OCI container runtimes with Kubernetes CRI.
14+
15+
<!--more-->
16+
17+
CRI-O is an implementation of the {{< glossary_tooltip term_id="cri" >}}
18+
to enable using {{< glossary_tooltip text="container" term_id="container" >}}
19+
runtimes that are compatible with the Open Container Initiative (OCI)
20+
[runtime spec](https://www.github.com/opencontainers/runtime-spec).
21+
22+
Deploying CRI-O allows Kubernetes to use any OCI-compliant runtime as the container
23+
runtime for running {{< glossary_tooltip text="Pods" term_id="pod" >}}, and to fetch
24+
OCI container images from remote registries.

0 commit comments

Comments
 (0)