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.
2 parents cd31f49 + 93bc302 commit 8cb0b19Copy full SHA for 8cb0b19
content/ja/docs/reference/glossary/secret.md
@@ -0,0 +1,18 @@
1
+---
2
+title: Secret
3
+id: secret
4
+date: 2018-04-12
5
+full_link: /ja/docs/concepts/configuration/secret/
6
+short_description: >
7
+ パスワードやOAuthトークン、SSHキーのような機密の情報を保持します。
8
+
9
+aka:
10
+tags:
11
+- core-object
12
+- security
13
14
15
16
+<!--more-->
17
18
+機密情報の取り扱い方法を細かく制御することができ、保存時には[暗号化](/ja/docs/tasks/administer-cluster/encrypt-data/#ensure-all-secrets-are-encrypted)するなど、誤って公開してしまうリスクを減らすことができます。{{< glossary_tooltip text="Pod" term_id="pod" >}}は、ボリュームマウントされたファイルとして、またはPodのイメージをPullするkubeletによって、Secretを参照します。Secretは機密情報を扱うのに最適で、機密でない情報には[ConfigMap](/ja/docs/tasks/configure-pod-container/configure-pod-configmap/)が適しています。
0 commit comments