add en pages

This commit is contained in:
Karen Bradshaw
2020-05-30 15:10:23 -04:00
parent 1502e0281d
commit ecc27bbbe7
347 changed files with 2900 additions and 2537 deletions
@@ -1,22 +1,23 @@
---
title: Distribute Credentials Securely Using Secrets
content_template: templates/task
content_type: task
weight: 50
min-kubernetes-server-version: v1.6
---
{{% capture overview %}}
<!-- overview -->
This page shows how to securely inject sensitive data, such as passwords and
encryption keys, into Pods.
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
{{< include "task-tutorial-prereqs.md" >}}
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
## Convert your secret data to a base-64 representation
@@ -243,9 +244,10 @@ This functionality is available in Kubernetes v1.6 and later.
password: 39528$vdg7Jb
````
{{% /capture %}}
{{% capture whatsnext %}}
## {{% heading "whatsnext" %}}
* Learn more about [Secrets](/docs/concepts/configuration/secret/).
* Learn about [Volumes](/docs/concepts/storage/volumes/).
@@ -256,5 +258,5 @@ This functionality is available in Kubernetes v1.6 and later.
* [Volume](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#volume-v1-core)
* [Pod](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core)
{{% /capture %}}