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 |
Saturday, November 09, 2019
Tip: RBAC Comparison Oracle DB vs Kubernetes
This is for Oracle DBA to better understand how Kubernetes RBAC
works. They
both have similar RBAC concepts
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment