3 Identity and access management

 

This chapter covers

  • The basics of RBAC
  • Creating Roles and Role bindings
  • Using certificates to create users and groups
  • Creating Service Accounts with Roles
  • Mounting Service Accounts to Pods

In this chapter, we’ll focus on role-based access control, which is within the cluster architecture, installation, and configuration section of the exam curriculum. Now that you know how the Kubernetes API works, it’s essential to understand how to authenticate and authorize a user and/or a Service Account for the exam.

3.1 Role-based access control

3.1.1 Roles and Role bindings

3.1.2 System Roles and groups

3.2 Users and groups

3.3 Service Accounts

Summary

sitemap