add ja pages

This commit is contained in:
Karen Bradshaw
2020-05-30 15:47:59 -04:00
parent 74d006a754
commit 283572af58
114 changed files with 900 additions and 793 deletions
@@ -1,15 +1,16 @@
---
title: ConfigMapを使ったRedisの設定
content_template: templates/tutorial
content_type: tutorial
---
{{% capture overview %}}
<!-- overview -->
本ページでは、[ConfigMapを使ったコンテナの設定](/docs/tasks/configure-pod-container/configure-pod-configmap/)に基づき、ConfigMapを使ってRedisの設定を行う実践的な例を提供します。
{{% /capture %}}
{{% capture objectives %}}
## {{% heading "objectives" %}}
* 以下の要素を含む`kustomization.yaml`ファイルを作成する:
* ConfigMapGenerator
@@ -17,17 +18,18 @@ content_template: templates/tutorial
* `kubectl apply -k ./`コマンドにてディレクトリ全体を適用する
* 設定が正しく反映されていることを確認する
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
* {{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
* この例は、バージョン1.14以上での動作を確認しています。
* [ConfigMapを使ったコンテナの設定](/docs/tasks/configure-pod-container/configure-pod-configmap/)を読んで理解しておいてください。
{{% /capture %}}
{{% capture lessoncontent %}}
<!-- lessoncontent -->
## 実践例: ConfigMapを使ったRedisの設定
@@ -95,12 +97,13 @@ kubectl exec -it redis redis-cli
2) "allkeys-lru"
```
{{% /capture %}}
{{% capture whatsnext %}}
## {{% heading "whatsnext" %}}
* [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/)について学ぶ
{{% /capture %}}