translate content/en/docs/reference/glossary/cri.md into Japanese
This commit is contained in:
parent
1ffe6a58d5
commit
e6512c75fa
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: コンテナランタイムインターフェース(CRI)
|
||||
id: cri
|
||||
date: 2019-03-07
|
||||
full_link: /docs/concepts/overview/components/#container-runtime
|
||||
short_description: >
|
||||
コンテナランタイムがkubeletと統合するためのAPIです
|
||||
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
---
|
||||
コンテナランタイムインターフェース(CRI)は、ノード上の{{< glossary_tooltip text="kubelet" term_id="kubelet" >}}と統合するためのコンテナランタイム用APIです。
|
||||
<!--more-->
|
||||
|
||||
詳細については、[CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)のAPIと仕様をご覧ください。
|
||||
Loading…
Reference in New Issue