We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cba2cc + a3064b1 commit eb0ec74Copy full SHA for eb0ec74
content/en/docs/concepts/security/rbac-good-practices.md
@@ -12,7 +12,7 @@ weight: 60
12
Kubernetes {{< glossary_tooltip text="RBAC" term_id="rbac" >}} is a key security control
13
to ensure that cluster users and workloads have only the access to resources required to
14
execute their roles. It is important to ensure that, when designing permissions for cluster
15
-users, the cluster administrator understands the areas where privilge escalation could occur,
+users, the cluster administrator understands the areas where privilege escalation could occur,
16
to reduce the risk of excessive access leading to security incidents.
17
18
The good practices laid out here should be read in conjunction with the general
0 commit comments