Before you begin
Create a service account
You can create a service account with access to the orka-default namespace or to another custom namespace. You can later add the service account to additional role bindings for other namespaces. Run the following command:Orka CLI
<TARGET_NAMESPACE> is not provided, Orka creates the service account in the orka-default namespace.
Orka API
Obtain a service account token
To use a service account, you need to obtain a token for it. Service account tokens have a lifetime of 1 year. Run the following command:Orka CLI
Orka API
Delete a service account
You can delete a service account that you no longer need or whose access you want to revoke. This operation invalidates all authentication tokens issued for the respective service account. Run the following command:Orka CLI
<TARGET_NAMESPACE> is not provided, Orka tries to delete the service account from the orka-default namespace.

