docs/doc/source/security/kubernetes/kubernetes-service-accounts.rst
Keane Lim 3c5fa979a4 Security guide update
Re-organized topic hierarchy

Tiny edit to restart review workflow.

Squashed with Resolved index.rst conflict commit

Change-Id: I13472792cb19d1e9975ac76c6954d38054d606c5
Signed-off-by: Keane Lim <keane.lim@windriver.com>
Signed-off-by: MCamp859 <maryx.camp@intel.com>
2021-03-12 15:10:40 -05:00

938 B

Kubernetes Service Accounts

uses Kubernetes service accounts and Kubernetes policies to identify and manage remote access to Kubernetes resources using the Kubernetes API, kubectl CLI or the Kubernetes Dashboard.

Note

can also use user accounts defined in an external Windows Active Directory to authenticate Kubernetes API, kubectl CLI or the Kubernetes Dashboard. For more information, see Configure OIDC Auth Applications <configure-oidc-auth-applications>.

You can create and manage Kubernetes service accounts using kubectl as shown below.

Note

It is recommended that you create and manage service accounts within the kube-system namespace. See Create an Admin Type Service Account <create-an-admin-type-service-account>