How To Create A Normal User In Kubernetes

preview_player
Показать описание
If you want to add a user to your Kubernetes cluster, there no single command to do it, instead you have to create a certificate that need to be signed by the cluster CA, this is how your normal user can be added to your Kubernetes cluster.

To specify what they can do on the cluster, you create a Role and a RoleBinding for the user and give them the certificate you created.

In this video, I show the exact steps required to do that.

Hope you find it helpful, if the mood strike hit that like button.👍👍👍

=========
Subscribe
=========

🔥 Don't miss any future video! hit that subscribe button and click the bell 🔔 notification icon to be alerted of new videos I release.

====================
💡 You can follow me on :
====================

Рекомендации по теме
Комментарии
Автор

nice video. This is one of the k8s doc that is a royal pain to read.

TheForestMan
Автор

kubectl get csr farhad -o return nothing,
what is the reason sir?

farhadkazemipour
Автор

you never generated request.csr, it's already there when recording,

rouissi_iheb
Автор

thanks for sharing such a valuable video.
but how you generate request.csr.you did not mention this

RajKumar-fllw
Автор

I followed the same steps and once I try to get pods, I get this error:


error: tls: failed to find any PEM data in certificate input

ahmedsalahel-din