Use case review: A cluster admin vs. non-cluster-admin backup e.g. namespace admin #25
weshayutin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A non-cluster-admin k8s user scope of concern is primarily with applications and resources in a particular namespace. Noting a non-cluster admin may have an application that spans more than one namespace. Either way, k8s namespaces are the boundary of concern for the non-clusteradmin.
A non-cluster-admin does not have the need to backup and restore an entire cluster.
A non-cluster-admin is provided with user permissions and namespace(s) in which to work by the cluster admin.
Backups and Restores for non-cluster-admins will work within the above designed scope.
Does this match your expectations?
Beta Was this translation helpful? Give feedback.
All reactions