Skip to content

Service Accounts view#

In the Service Accounts view, you can manage Kubernetes service accounts, which are essential for controlling access to your Kubernetes cluster. Service accounts are used to authenticate applications and services running within the cluster, enabling them to interact with the Kubernetes API server securely. See Kubernetes documentation: Service Accounts for details.

The Service Accounts table lists the cluster ServiceAccounts. You can click the list items and open the details panel with comprehensive information and various options. The Namespace drop-down list filters the cluster objects by namespaces. You can also search for a specific item using the Search Service Accounts input field.

You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:

Note

The table content can be exported in the CSV file format.

Column Description
Name The name of the service account.
Namespace The Kubernetes namespace where the service account is deployed.
Age The duration since the service account was created.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the service account.

  • Delete

    Removes the service account.