Ejay Tumacder:
For the RBAC practice test, I’m trying to retrieve a list of verbs for pods using curl <https://controlplane:6443/api/v1/pods> -k
and I remembered to do kubectl proxy
first but I get "message": "pods is forbidden: User \"system:anonymous\" cannot list resource \"pods\" in API group \"\" at the cluster scope"
What am I doing wrong here?