This is for Oracle DBA to better understand how Kubernetes RBAC
works. They
both have similar RBAC concepts
Oracle Database |
Kubernetes |
dba role |
cluster-admin role |
grant dba role |
grant cluster-admin
role |
create apps-user role
to access tablespace example only |
create apps-user role to
access namespace example only |
create apps-user |
create apps-user or
service account |
grant apps-user role to
apps-user |
role-binding apps-user
role to apps-user |
apps-users work happily
in tablespace example |
apps-users work happily
in namespace example |
No comments:
Post a Comment