Merge pull request #46716 from kenta-iijima/issue46656

[ja] Translate content/en/docs/reference/glossary/cri-o.md into Japanese
pull/46993/head
Kubernetes Prow Robot 2024-06-09 22:13:47 -07:00 committed by GitHub
commit 71c870d214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
---
title: CRI-O
id: cri-o
date: 2019-05-14
full_link: https://cri-o.io/#what-is-cri-o
short_description: >
Kubernetesに特化した軽量コンテナランタイム
aka:
tags:
- tool
---
Kubernetes CRIと一緒にOCIコンテナランタイムを使うためのツールです。
<!--more-->
CRI-OはOpen Container Initiative (OCI) [runtime spec](https://www.github.com/opencontainers/runtime-spec)と互換性がある{{< glossary_tooltip text="コンテナ" term_id="container" >}}ランタイムを使用できるようにするための{{< glossary_tooltip term_id="cri" >}}の実装の1つです。
CRI-Oのデプロイによって、Kubernetesは任意のOCI準拠のランタイムを、{{< glossary_tooltip text="Pod" term_id="pod" >}}を実行するためのコンテナランタイムとして利用することと、リモートレジストリからOCIコンテナイメージを取得することができるようになります。