Kubernetes Authorization & Role Based Access Control (RBAC) Easy Simplified Explanation with Demo

preview_player
Показать описание
Kubernetes Authorization & Role Based Access Control (RBAC) Easy Simplified Explanation with Demo

Like, Comment & Subscribe Learn with GVR

Imperative Commands run in demo:
Kubectl create ns test
Kubectl create sa svc-user1 –n test
Kubectl create role creator-role –n test --verb=create --resource=secret --resource=configmap
Kubectl create rolebinding creator-binding -n test --role creator-role --serviceaccount test:svc-user1
Kubectl auth can-i create secret –n test --as system:serviceaccount:test:svc-user1

#kubernetes #Authorization #abac #node #rbac #rolebased #webhook #k8s #kube #devopswithgvr #learnwithgvr #devops #gvr
Рекомендации по теме
Комментарии
Автор

O my god.. you covered right from architecture and the various types of authorization/apiVersion. This is of great help. Thank you so much.

ngv
Автор

Excellent explanation ever i seen. Thanks for such efforts taken for community. Hats of to you sir

chhayadongre
Автор

Thank you. I have learned many things from this video.

ganeshv
Автор

Very good session and Valuable information.

nareshbabu
Автор

feels like this channel is underrated. Anyway i have just subscribed. Great Job man...

helsonkumar
Автор

i created a aws iam group, and added it in aws_auth configmap, but users under that group not able to access, and idea how to give access to eks for group of users?

mahender