Kubernetes Security Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


=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.

Revision as of 18:46, 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.