<syntaxhighlight lang="bash">
> kubectl config use-context me@ccu</syntaxhighlight> Try it out: <syntaxhighlight lang="bash">> kubectl get pods</syntaxhighlight> You are probably not in a valid namespace corresponding to your user groups yet, so will get an error which should look like this: <syntaxhighlight lang="bash">Error from server (Forbidden): pods is forbidden: User "https://ccu.uni-konstanz.de:32000/dex#test.user" cannot list resource "pods" in API group "" in the namespace "testing"
</syntaxhighlight>