Combining RoleBindings with Namespaces
Learn to combine Role Bindings with namespaces and create a user-specific namespace.
The solution
The new request demanding more freedom provides an excellent opportunity to combine namespaces with RoleBindings.
We can create a dev
namespace and allow a selected group of users to do almost anything in it. This should give developers enough freedom within the dev
namespace while avoiding the risks of negatively impacting the resources running in others.
Looking into the definition
Let’s look at the rb-dev.yml
definition:
Get hands-on with 1400+ tech skills courses.