- Home
- All questions
- Question 973
CKA study material · question 973 of 1000
How is a ReplicaSet, served by the apps group, written in kubectl create role --resource?
Show the answer
Answer: D. rs.apps
The --resource argument takes resource.group form, so a ReplicaSet in the apps group is written rs.apps or replicasets.apps.
Source: kubectl create role (Kubernetes) — Synopsis