Before we start the demo quick Kubernetes RBAC primer.

  • K8S define fine-grained access control policies that suit an organization’s security requirements
  • K8S RBAC segregates responsibilities by assigning different roles to different teams or individuals 
  • K8S RBAC enables you to restrict access to specific namespaces. This can be useful when multiple teams or projects share a cluster, and you want to isolate their resources and limit their privileges within their designated namespaces

PAM Solution

The PAM solution relies heavily on the rich and granular K8S RBAC configuration. PAM solution can apply access, permissions and roles at both the cluster level as well as an individual namespace level.

K8S Role Binding

Categories:

Tags:

Comments are closed