Kubernetes - RBAC and Security
Given this command:
kubectl get serviceaccount default -o jsonpath='{.secrets[0].name}', what does it output?kubectl get serviceaccount default -o jsonpath='{.secrets[0].name}', what does it output?{.secrets[0].name} selects the name of the first secret linked to the ServiceAccount.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions