Simplify Kubernetes Resource Access Control using RBAC Impersonation
Kubernetes, like any other secure system, supports the following concepts: Authentication: Verifying and proving identities for users and groups, and service accounts Authorization: Allowing users to perform specific actions with Kubernetes resources Accounting: Storing subjects actions, typically for auditing purposes Authorization - the process of handling users' access to resources - is always a challenge, especially when access is to be controlled by either team membership or project membership.
https://docs.bitnami.com/tutorials/simplify-kubernetes-resource-access-rbac-impersonation/
Loading Comments...