🔥How to Create a ClusterRole, ServiceAccount and RoleBinding?🔥CKA Exam Question

preview_player
Показать описание
Learn how to pass the CKA exam with this Kubernetes practice cka exam question!

In this video, I show you how to create a clusterrole and serviceaccount. After creating these, I will show you how to bind the clusterrole to the serviceaccount by creating a rolebinding.

This is the seventeenth video tutorial of a series of videos which are made for beginners who study for the Certified Kubernetes Administrator exam. These Kubernetes practice questions offer a great preparation for the CKA exam.

Watch more videos and sign up to the Kubernetes introduction course "LEARN KUBERNETES WITH 100 QUESTIONS":

In the other videos I also get deeper into how to use Kubernetes in combination with YAML files.

Note: This tutorial can also be used to learn OpenShift or to practice for the CKAD exam!
Рекомендации по теме
Комментарии
Автор

Where is the rest ? Why use roleninding instead of clusterrolebinding.?

khalilaliouich
Автор

1:39 Service account was created in "tech" namespace but while binding it to the clusterrole why did you use instead of ?

programmer