You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid providing cluster-level access, we need to abstract permissions by assigning roles at the namespace level. For this purpose, we require a RoleBinding in the Fluent Bit configuration.
A RoleBinding grants the permissions defined in a Role to a user or set of users within a specific namespace. This ensures that users have the necessary permissions to perform their tasks without having broader access to the entire cluster.