Is it possible to customise the creation and storage of Kubernetes service account token?

11/27/2017

Is it possible to customise how a Kubernetes service account is created?

Once created, is it possible to specify how it is stored?

I'd like to avoid storing the tokens as secrets if at all possible as I want them stored outside Kubernetes.

-- John
kubernetes
kubernetes-security

0 Answers