diff --git a/content/ja/docs/reference/glossary/cri-o.md b/content/ja/docs/reference/glossary/cri-o.md new file mode 100644 index 00000000000..6acae8bc35b --- /dev/null +++ b/content/ja/docs/reference/glossary/cri-o.md @@ -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コンテナランタイムを使うためのツールです。 + + + +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コンテナイメージを取得することができるようになります。