Creating Cluster Role Bindings
In this lesson, we will grant cluster-wide access to the user with the help of Cluster Role Bindings.
We'll cover the following
View Access Across the Cluster
We’ll change John’s view
permissions so that they are applied across the whole cluster.
Instead of executing yet another ad-hoc kubectl commands, we’ll define ClusterRoleBinding
resource in YAML format so that the change is documented.
Looking into the Definition
Let’s take a look at the definition in the auth/crb-view.yml
file.
Get hands-on with 1400+ tech skills courses.