Translate setup/learning-environment/kind.md into Japanese.
This commit is contained in:
parent
77de9c6c56
commit
22433274fb
|
|
@ -1,23 +1,15 @@
|
|||
---
|
||||
title: Installing Kubernetes with Kind
|
||||
title: Kindを使用してKubernetesをインストールする
|
||||
weight: 40
|
||||
content_type: concept
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
||||
Kind is a tool for running local Kubernetes clusters using Docker container "nodes".
|
||||
|
||||
|
||||
Kindは、Dockerコンテナをノードとして使用して、ローカルのKubernetesクラスターを実行するためのツールです。
|
||||
|
||||
<!-- body -->
|
||||
|
||||
## Installation
|
||||
|
||||
See [Installing Kind](https://kind.sigs.k8s.io/docs/user/quick-start/).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## インストール
|
||||
|
||||
[Kindをインストールする](https://kind.sigs.k8s.io/docs/user/quick-start/)を参照してください。
|
||||
|
|
|
|||
Loading…
Reference in New Issue