This commit is contained in:
huanqing.shao
2019-09-21 18:56:06 +08:00
parent 5a6b89e634
commit 31709a0b5c
47 changed files with 96 additions and 54 deletions

View File

@ -1,6 +1,6 @@
---
layout: LearningLayout
description: Kubernete教程_在Kubernetes中将Pod容器组调度到指定的节点
description: Kubernetes教程_在Kubernetes中将Pod容器组调度到指定的节点
---
# 将容器组调度到指定的节点

View File

@ -1,6 +1,6 @@
---
layout: LearningLayout
description: Kubernete教程_在Kubernetes中管理和分配容器的计算资源
description: Kubernetes教程_在Kubernetes中管理和分配容器的计算资源
---
# 管理容器的计算资源

View File

@ -1,6 +1,6 @@
---
layout: LearningLayout
description: Kubernete教程_Kubernetes_ConfigMap可以将配置信息和容器镜像解耦_以使得容器化的应用程序可移植_本文提供了一系列的实例_解释如何通过Kuboard创建ConfigMap以及如何使用ConfigMap中的数据配置Pod容器组
description: Kubernetes教程_Kubernetes_ConfigMap可以将配置信息和容器镜像解耦_以使得容器化的应用程序可移植_本文提供了一系列的实例_解释如何通过Kuboard创建ConfigMap以及如何使用ConfigMap中的数据配置Pod容器组
---
# 使用ConfigMap配置您的应用程序

View File

@ -1,8 +0,0 @@
---
layout: LearningLayout
description: Kubernete教程_在Kubernetes中_配置和使用_Secrets
---
# Secrets
正在撰写...

View 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` 中,可以更好地:
* 控制其使用
* 降低信息泄露的风险
用户可以直接创建 SecretKubernetes 系统也会创建一些 Secret。

View File

@ -1,6 +1,6 @@
---
layout: LearningLayout
description: Kubernete教程_在Kubernetes中_配置污点和容忍taints_and_toleration
description: Kubernetes教程_在Kubernetes中_配置污点和容忍taints_and_toleration
---
# 污点和容忍 taints and toleration