What is the object in Kubernetes used to grant permissions to a cluster wide resource?
What is the object in Kubernetes used to grant permissions to a cluster wide resource?
C
Reference:
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-CD033D1D-BAD2-41C4-A46F-647A560BAEAB.html
C. ClusterRoleBinding https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-4CCDBB85-2770-4FB8-BF0E-5146B45C9543.html
C. ClusterRoleBinding
Answer is C: ClusterRoleBinding, it binds to a ClusterRole that gives permission at cluster level.
any link?