Kubernetes Security Concepts

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

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.