translate content/en/docs/reference/glossary/cri.md into Japanese

This commit is contained in:
rihib 2024-05-27 20:04:08 +09:00
parent 1ffe6a58d5
commit e6512c75fa
1 changed files with 17 additions and 0 deletions

View File

@ -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と仕様をご覧ください。