Kubernetes Security Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
=Role Based Access Control (RBAC)=
=Role Based Access Control (RBAC)=


In Kubernetes, granting a role to an application-specific service account is a best practice to ensure that the application is operated in a specified scope.
In Kubernetes, granting a role to an application-specific service account is a best practice to ensure that the application is operated in a specified scope. <font color=darkgray>TODO: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#service-account-permissions</font>.

Revision as of 18:47, 28 August 2019

Internal

Service Account

A service account provides an identity for processes that run in a Pod.

TODO:

Role Based Access Control (RBAC)

In Kubernetes, granting a role to an application-specific service account is a best practice to ensure that the application is operated in a specified scope. TODO: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#service-account-permissions.