How can I see which kubernetes user is creating the deployment and what type of authentication is used?

10/5/2021

I am trying to see which kubernetes user is creating the deployment and what type of authentication is used (basic auth, token, etc). I try to do it using this:

kubectl describe deployment/my-workermole

but I am not finding that type of information in there. Cluster is not managed by me and I am not able to find it in the deployment Jenkinsfile. Where and how can I find that type of information in my kubernetes deployment but after deployment?

-- Eduard Florinescu
kubernetes

0 Answers