From the course: Certified Kubernetes Administrator (CKA) Cert Prep (2024)
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Creating Kubernetes user accounts - Kubernetes Tutorial
From the course: Certified Kubernetes Administrator (CKA) Cert Prep (2024)
Creating Kubernetes user accounts
- In this video I will tell you about Kubernetes user accounts. So as mentioned before, Kubernetes has no user objects. User accounts consists of an authorized certificate that is completed with some authorization as defined in role-based access control. And in this, in this lesson, I'm going to show you how to set up user account. And in order to do so for a complete setup, you need to go through a couple of steps. So you create a public private key pair, you create a certificate signing request, then you sign the certificate, and then you create a configuration file that uses these keys to access the Kubernetes cluster. And in that configuration file you, you assign a name to this public private key pair. This named entity can next be used in RBAC So you create an RBAC role and you create an AEC role binding. And that's basically what we are going to do in the next demo. It's a big demo with multiple steps. So let's go there step by step. Here we have the first step in which we are…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives48s
-
(Locked)
Understanding API access2m 59s
-
(Locked)
Managing security context4m 31s
-
(Locked)
Using service accounts to configure API access3m 22s
-
(Locked)
Setting up role-based access control (RBAC)14m 12s
-
(Locked)
Configuring cluster roles and RoleBindings2m 41s
-
(Locked)
Creating Kubernetes user accounts16m 12s
-
(Locked)
Lesson 10 lab: Managing security28s
-
(Locked)
Lesson 10 lab solution: Managing security3m 21s
-
(Locked)
-
-
-
-