SEO优化

This commit is contained in:
huanqing.shao
2019-09-21 14:22:55 +08:00
parent c408ea8903
commit 91dd3e6aae
84 changed files with 430 additions and 177 deletions

View File

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

View File

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

View File

@ -1,9 +1,9 @@
---
layout: LearningLayout
description: Kubernetes ConfigMap 可以将配置信息和容器镜像解耦以使得容器化的应用程序可移植本文提供了一系列的实例解释如何通过 Kuboard 创建 ConfigMap 以及如何使用 ConfigMap 中的数据配置 Pod容器组
description: Kubernete教程_Kubernetes_ConfigMap可以将配置信息和容器镜像解耦_以使得容器化的应用程序可移植_本文提供了一系列的实例_解释如何通过Kuboard创建ConfigMap以及如何使用ConfigMap中的数据配置Pod容器组
---
# 使用 ConfigMap 配置您的应用程序
# 使用ConfigMap配置您的应用程序
本文参考了 Kubernetes 官网 [Configure a Pod to Use a ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap),并有所改写

View File

@ -1,6 +1,6 @@
---
layout: LearningLayout
description: 在 Kubernetes 中,配置和使用 Secrets
description: Kubernete教程_在Kubernetes中_配置和使用_Secrets
---
# Secrets

View File

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