seo
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: LearningLayout
|
||||
description: Kubernete教程_在Kubernetes中将Pod容器组调度到指定的节点
|
||||
description: Kubernetes教程_在Kubernetes中将Pod容器组调度到指定的节点
|
||||
---
|
||||
|
||||
# 将容器组调度到指定的节点
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: LearningLayout
|
||||
description: Kubernete教程_在Kubernetes中管理和分配容器的计算资源
|
||||
description: Kubernetes教程_在Kubernetes中管理和分配容器的计算资源
|
||||
---
|
||||
|
||||
# 管理容器的计算资源
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: LearningLayout
|
||||
description: Kubernete教程_Kubernetes_ConfigMap可以将配置信息和容器镜像解耦_以使得容器化的应用程序可移植_本文提供了一系列的实例_解释如何通过Kuboard创建ConfigMap以及如何使用ConfigMap中的数据配置Pod(容器组)。
|
||||
description: Kubernetes教程_Kubernetes_ConfigMap可以将配置信息和容器镜像解耦_以使得容器化的应用程序可移植_本文提供了一系列的实例_解释如何通过Kuboard创建ConfigMap以及如何使用ConfigMap中的数据配置Pod(容器组)。
|
||||
---
|
||||
|
||||
# 使用ConfigMap配置您的应用程序
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
---
|
||||
layout: LearningLayout
|
||||
description: Kubernete教程_在Kubernetes中_配置和使用_Secrets
|
||||
---
|
||||
|
||||
# Secrets
|
||||
|
||||
正在撰写...
|
||||
16
learning/k8s-intermediate/config/secrets/index.md
Normal file
16
learning/k8s-intermediate/config/secrets/index.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: LearningLayout
|
||||
description: Kubernetes教程_在Kubernetes中_配置和使用_Secrets
|
||||
---
|
||||
|
||||
# Secrets概述
|
||||
|
||||
参考文档: Kubernetes 官网文档 [Secrets](https://kubernetes.io/docs/concepts/configuration/secret/)
|
||||
|
||||
## 概述
|
||||
|
||||
Kubernetes `Secret` 对象可以用来储存敏感信息,例如:密码、OAuth token、ssh 密钥等。如果不使用 `Secret`,此类信息可能被放置在 Pod 定义中或者容器镜像中。将此类敏感信息存储到 `Secret` 中,可以更好地:
|
||||
* 控制其使用
|
||||
* 降低信息泄露的风险
|
||||
|
||||
用户可以直接创建 Secret,Kubernetes 系统也会创建一些 Secret。
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: LearningLayout
|
||||
description: Kubernete教程_在Kubernetes中_配置污点和容忍taints_and_toleration
|
||||
description: Kubernetes教程_在Kubernetes中_配置污点和容忍taints_and_toleration
|
||||
---
|
||||
|
||||
# 污点和容忍 taints and toleration
|
||||
|
||||
Reference in New Issue
Block a user