Service Account (mandatory): name of the service account to be created in the kubernetes cluster. If such service account already exists, it will be used without changing anything.
Namespace (optional): namespace that the service account is going to be created in. If empty, default will be used.
Output:
File kube-config-<SERVICE_ACCOUNT>.yaml. Copy this file into your ${HOME}/.kube/config to activate the account.
Note
This app creates a config file for a service account (ready for use), but does not set up any roles or rolebindings in the cluster. You as administrator still have to configure the access to the cluster resources by creating RBAC-policies.