备案敏感信息

This commit is contained in:
huanqing.shao
2020-12-24 13:57:19 +08:00
parent 56b4cb6425
commit cb40d9f706
77 changed files with 587 additions and 102 deletions

View File

@ -11,7 +11,7 @@ meta:
<AdSenseTitle/>
本文翻译自 Kubernetes 官网 [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)。
本文翻译自 Kubernetes [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/)。
Horizontal Pod Autoscaler 根据观察到的 CPU 利用率(或某些由应用程序提供的 [custom metrics](https://git.k8s.io/community/contributors/design-proposals/instrumentation/custom-metrics-api.md)自动调整控制器Replication Controller / Deployment / ReplicaSet / StatefulSet的 Pod 的数量。Horizontal Pod Autoscaler 不能应用于不可伸缩的对象,例如 DaemonSet。

View File

@ -11,7 +11,7 @@ meta:
<AdSenseTitle/>
本文翻译自 Kubernetes 官网文档 [Horizontal Pod Autoscaler Walkthrough](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
本文翻译自 Kubernetes 文档 [Horizontal Pod Autoscaler Walkthrough](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
HorizontalPodAutoscaler 可以根据观察到的 CPU 利用率(或者 beta 阶段的其他应用程序提供的度量值)对 ReplicationController、Deployment、ReplicaSet、StatefulSet 中的 Pod 副本数执指定自动伸缩操作。

View File

@ -0,0 +1,11 @@
---
layout: LearningLayout
description: Kubernetes教程_本文介绍了如何使用容器组安全策略来限定容器可以拥有的权限
meta:
- name: keywords
content: Kubernetes教程, Pod Security Policies
---
# 容器组安全策略
本文档翻译自 Kubernetes 文档 [Pod Security Policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/)