This commit is contained in:
abregman
2021-09-27 00:34:59 +03:00
parent e977f77933
commit 4cde87dc2c
2 changed files with 7 additions and 1 deletions

View File

@ -7278,6 +7278,12 @@ The pod is automatically assigned with the default service account (in the names
`kubectl get serviceaccounts`
</b></details>
<details>
<summary>Explain "Security Context"</summary><br><b>
[kubernetes.io](https://kubernetes.io/docs/tasks/configure-pod-container/security-context): "A security context defines privilege and access control settings for a Pod or Container."
</b></details>
#### Kubernetes - Patterns
<details>