Hi i have a server configured with kubernetes (without using minikube), i can execute kubectl commands without problems, like kubectl get all
, kubectl delete pod
, kubectl delete apply
...
I would want to know how to allow another user from my server to execute kubectl commands, because if i change to another user and i try to execute kubectl get all -s localhost:8443
i get:
Error from server (BadRequest): the server rejected our request for an unknown reason
I have read the Kubernetes Authorization Documentation, but im not sure if it is what im looking for.