Identity and Access Management (IAM)
Review identity and access management in Kubernetes.
We'll cover the following...
Let’s look at some ways of controlling user access to Kubernetes.
Securing Kubernetes with RBAC
Controlling user access to Kubernetes is important in any production environment. Fortunately, Kubernetes has a robust RBAC subsystem that integrates with existing IAM providers such as Active Directory, other LDAP systems, and cloud-based IAM solutions.
Most organizations already have a centralized IAM provider integrated with company HR systems ...