We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffe6a5 commit e6512c7Copy full SHA for e6512c7
content/ja/docs/reference/glossary/cri.md
@@ -0,0 +1,17 @@
1
+---
2
+title: コンテナランタイムインターフェース(CRI)
3
+id: cri
4
+date: 2019-03-07
5
+full_link: /docs/concepts/overview/components/#container-runtime
6
+short_description: >
7
+ コンテナランタイムがkubeletと統合するためのAPIです
8
+
9
10
+aka:
11
+tags:
12
+- fundamental
13
14
+コンテナランタイムインターフェース(CRI)は、ノード上の{{< glossary_tooltip text="kubelet" term_id="kubelet" >}}と統合するためのコンテナランタイム用APIです。
15
+<!--more-->
16
17
+詳細については、[CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)のAPIと仕様をご覧ください。
0 commit comments