.. _sa: Service Accounts ---------------- A `service account `_ is an identity for processes to run inside a pod. These are generally created for Cron Jobs and outside agents such as Jenkins to perform operations on the cluster. The service account is simply a named entity within a namespace and it can be granted roles and/or cluster roles so it can perform functions against the cluster or specific namespace. .. autofunction:: k9.core.list_service_accounts .. autofunction:: k9.core.create_service_account .. autofunction:: k9.core.get_service_account .. autofunction:: k9.core.service_account_exists .. autofunction:: k9.core.delete_service_account