Skip to content

Commit 4be022c

Browse files
committed
Kubernetes 中的用户与身份认证授权
1 parent 935c071 commit 4be022c

File tree

5 files changed

+643
-7
lines changed

5 files changed

+643
-7
lines changed

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
- [3.3.5 RBAC——基于角色的访问控制](guide/rbac.md)
4949
- [3.3.6 IP伪装代理](guide/ip-masq-agent.md)
5050
- [3.3.7 使用kubeconfig或token进行用户身份认证](guide/auth-with-kubeconfig-or-token.md)
51+
- [3.3.8 kubernetes中的用户与身份认证授权](guide/authentication.md)
5152
- [3.4 访问 Kubernetes 集群](guide/access-kubernetes-cluster.md)
5253
- [3.4.1 访问集群](guide/access-cluster.md)
5354
- [3.4.2 使用 kubeconfig 文件配置跨集群认证](guide/authenticate-across-clusters-kubeconfig.md)

concepts/deployment.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Deployment
22

3-
[TOC]
4-
53
## 简述
64

75
Deployment 为 Pod 和 ReplicaSet 提供了一个声明式定义(declarative)方法,用来替代以前的ReplicationController 来方便的管理应用。典型的应用场景包括:

0 commit comments

Comments
 (0)