Kubernetes Security Concepts

From NovaOrdis Knowledge Base
Revision as of 18:47, 28 August 2019 by Ovidiu (talk | contribs) (→‎Internal)
Jump to navigation Jump to search

Internal

Transport Security

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.