Role Based Access Control
1. Inspect the environment and identify the authorization modes configured on the cluster. Use the command kubectl describe pod kube-apiserver-controlplane -n kube-system and look for –authorization-mode. 2. How many roles exist in the default namespace? Use the command kubectl get roles to list the available roles in the default namespace. 3. What are the resources […]
Đọc tiếp arrow_forward