I been playing with the Kubernetes API and I woud like to post and update with the time some examples.
For my case I have a service account which has complete access to a particular namespace, the service account is called demo-user
.
To do some test I created a pod and I configured the service account to the pod, so I can get the credentials inside the container and query the API with the service account.