Study. uk . com
  1. Home
  2. All questions
  3. Question 973

CKA study material · question 973 of 1000

How is a ReplicaSet, served by the apps group, written in kubectl create role --resource?

  1. apps/replicasets
  2. apps:replicasets
  3. replicasets@apps
  4. rs.apps
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

Challenge yourself on this topic → Study as cards