INTRODUCTION TO K8s RBAC | 30 DAYS FREE OPENSHIFT CLUSTER | LEARN RBAC WITH REAL CLUSTER |

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 107

  • @SathishKumar-py1oy
    @SathishKumar-py1oy Год назад +23

    I remembered you while watching SIR movie.... Knowledge is not for sale

  • @Dcp23-pn1vj
    @Dcp23-pn1vj 9 месяцев назад +13

    00:04 RBAC is a crucial topic in Kubernetes that requires understanding for proper implementation and debugging.
    02:15 RBAC is used to manage access to users in a Kubernetes cluster
    06:54 Kubernetes offloads user management to Identity providers.
    08:56 Kubernetes offloads user management to API server and supports identity providers like IM users
    13:29 Introduction to Kubernetes Role-Based Access Control (RBAC)
    15:29 Roles and Role Bindings are used to assign permissions to users or service accounts in Kubernetes.
    19:30 You can access OpenShift and Kubernetes cluster for free for 30 days through OpenShift Sandbox.
    21:41 With Dev Sandbox, you can get a shared OpenShift cluster for 30 days in no time.
    25:21 Learn RBAC with real cluster

  • @amarnaths556
    @amarnaths556 Год назад +5

    appreciating the way you explained about RBAC was easy to understand terms made it much easier for me to grasp the concept. and Please give demo on cloud users access to k8s using RBAC as its more relevant to real-time (I am working on same environment now). Thank you!

  • @soumyadipchatterjee2267
    @soumyadipchatterjee2267 4 месяца назад +2

    Super Hero eases complex things ❤

  • @kalai1165
    @kalai1165 Год назад +1

    hi sir ,it was a great session , thank you for your valuable contribution it may helps many of the people , please keep up the good work sir 💐💐💐🙏

  • @rohitdeore5928
    @rohitdeore5928 10 месяцев назад

    Congratulations, Sir Abhishek Veeramalla, on reaching 1 Crore Views! ✨

  • @DeepakSingh-o6n6p
    @DeepakSingh-o6n6p 5 месяцев назад

    RBAC successfully Done, fantastic video🔥

  • @sc_dubai_gamer5055
    @sc_dubai_gamer5055 Год назад +2

    Crisp and clear explanation, and quality content. Just need to find the next subsequent vedio on openshit with RBAC hands on after this ,as mentioned in this vedio , pls guide.

  • @biswajitmohapatra2172
    @biswajitmohapatra2172 Год назад +7

    Well explained 👍🏻👍🏻, This type of quality content we want.. thank you so much sir ❤️

  • @thotapraveenbabu
    @thotapraveenbabu Год назад +1

    Clear explanation Abhishek... thank you for educating us

  • @reddisekharpamula747
    @reddisekharpamula747 Год назад +2

    Hi Abhishek, thanks for sharing knowledge on RBAC, as suggested in the video please let me know in which video you are talking about the implementation of RBAC

  • @SunitaSonawane2007
    @SunitaSonawane2007 Год назад +1

    Excellent video. Valuable information we received from it.

  • @munapadhi8723
    @munapadhi8723 Год назад +1

    One of the quality content, awesome bro , amazing content we want to meet you on master class RUclips . 🙏

  • @Cloudnp9458
    @Cloudnp9458 8 месяцев назад

    RBAC is related to security.
    RBAC can be broadly divived into users and service account.
    Define access what access qa engineer, developers should have on Kubernetes cluster. Like what operation can they perform on configmaps and secrets.
    Service account - acces for the services that are running on cluster. Should pod have access to secrets n configmaps.

  • @munapadhi8723
    @munapadhi8723 Год назад +2

    We want to many video Hindi language for 30days AWS series, what you teach like k8s video trainWithShuham channel same we want. ❤️

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад +1

      ❤️

    • @gauravsinghjethuri5405
      @gauravsinghjethuri5405 Год назад +4

      I just wanna say please don't compare this channel with anyone else. Because the quality of this channel is next level. Please don't compare.

  • @bhargavakarnam471
    @bhargavakarnam471 2 месяца назад

    Correct me if I'm wrong Abhishek.
    In simple way Service Account is used for authentication (Which allows authenticated users to access the K8s Cluster/Pod).
    What should be accessed in cluster/pod? This is written in ROLE, Basically it acts as an authorization.
    Service Account and Role must talk to each other so that the limited desired permissions is granted to the users. Therefore this can be achieved by ROLE BINDING.

  • @anmolsaini6672
    @anmolsaini6672 6 месяцев назад

    Great lecture! At the end of the video, it was mentioned that we will cover the remaining part in the next class. Could someone please provide me with the link to the next class?

  • @ankyagupta1185
    @ankyagupta1185 Год назад

    HI Abhishe, very nice video. can you please make a video to take precticall session on the RBAC. It will help for the better understanding

  • @VarunKumar-07
    @VarunKumar-07 4 месяца назад

    Time Stamp:- 18:00 Min
    Abhishek first of all thanks for making great content, I have a query on this topic, U have said that the service account will take care of Users but how, are they both related, because Users are created by IAM and the service accounts will be our custom service accounts? I am confused here.

  • @headfullofcode
    @headfullofcode Год назад +1

    very insightful, thanks.

  • @mahendragundeti
    @mahendragundeti Год назад +2

    Hi Abhishek, I have a suggestion from my side if there is a discord channel then it would be nice that we can help among our self’s n share resources, experiences,projects and will help to grow with the community.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад +1

      Hi Mahendra, Thats a nice idea 💡 but I have a few questions.
      How to deal with spammers ?
      How is it different from a telegram channel ?

    • @mahendragundeti
      @mahendragundeti Год назад +2

      @@AbhishekVeeramalla by
      1)keeping moderators in channel we can prevent spamming and also defining rules inside discord server
      2)as telegram is one way communication in discord we can maintain a healthy community with international exposure (people from other countries)if promoted nicely

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад +1

      Thanks for the suggestion Mahendra, I will think about it.

  • @nick-sx2zn
    @nick-sx2zn 6 месяцев назад

    Hi anna when you will do a practical session on RBACs, also can you make a video on K8S volumes

  • @prashantpowar9269
    @prashantpowar9269 Год назад +2

    Very nice explanation, please create a video on Prometheus and Grafana

  • @jaykumaranbu7173
    @jaykumaranbu7173 Год назад +2

    Nice session

  • @sangativamsikrishna1691
    @sangativamsikrishna1691 Год назад +1

    Thank you Abhishek

  • @techfeeds7589
    @techfeeds7589 Год назад +2

    Super 👌

  • @phirozechowdhury5093
    @phirozechowdhury5093 Год назад +1

    These videos are really helpful ... Kubernetes was a nightmare for me. Did you upload the practical session for RBAC? I did not find it... Please share the link...

  • @sathiyamohan8119
    @sathiyamohan8119 Год назад

    Hi Abishek, the content was really grt. Can you please help me on the demo video of this particular session. I am not able to find that in the playlist. Please help on it.

  • @nehamahajan3129
    @nehamahajan3129 Год назад +1

    Superb sir

  • @ravindraravi7435
    @ravindraravi7435 8 месяцев назад

    Thank you ^^

  • @reneshmlal2809
    @reneshmlal2809 7 месяцев назад +1

    Thank You ❤

  • @Kubes82
    @Kubes82 Год назад +2

    Bro..we need practical video for the RBAC

  • @HappiestMindSet
    @HappiestMindSet Год назад

    Very Good lecture

  • @karthiksundaram544
    @karthiksundaram544 9 месяцев назад +1

  • @namansharma4965
    @namansharma4965 18 дней назад

    Hi Abhishek, i was looking for the second part of this Video, but looks its not in playlist? Day 40 is about Custom Resource

  • @tanmoysantra1112
    @tanmoysantra1112 Год назад +1

  • @harshagrandhi-f5l
    @harshagrandhi-f5l 7 месяцев назад

    Video for Day-39 Kubernetes RBAC is missing in the playlist. Could you please add it so that it will be helpful for us to understand how to define the rules and other stuff

  • @faisaliqbal7382
    @faisaliqbal7382 Год назад +1

    nice

  • @Adityaa2
    @Adityaa2 Год назад

    Thank you🙏 I have understand theory part. The one word is new namespace what is namespace?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      Namespace is just a logical partition that allows multiple project teams to use the same kubernetes cluster without messing up with one others applications, networks and permissions.

  • @1millionclub656
    @1millionclub656 5 месяцев назад

    Hi Abhishek a big thanks for your contribution, i have a question what if you have a multiple clusters in your on-prem organisation, how you gonna see/ manage them

  • @sagarahire-ys3uj
    @sagarahire-ys3uj Год назад +1

    please make video on volumes in k8s especially remote volumes

  • @jeevangowda603
    @jeevangowda603 Год назад +1

    Can you please do a video on Statefulsets and headless service

  • @SaiReddy-ry1fz
    @SaiReddy-ry1fz Месяц назад

    abhishek, how you logged in cli sandbox without installing OCP in linux, OC cmd will not work

  • @thejollyboyz3162
    @thejollyboyz3162 Год назад

    Brother, Why don't you do a video on Openshift installation from scratch.. Kindly do it if possible!!

  • @the_hustling_wanderer
    @the_hustling_wanderer 2 месяца назад

    Anna I cant see the next video of RBAC in this playlist, you said we will do a practical

  • @poojaselvaraj7959
    @poojaselvaraj7959 4 месяца назад +1

    Bro, bit confused about oauth and oidc diff please bro can you help on this

  • @SunitaSonawane2007
    @SunitaSonawane2007 Год назад +1

    How do we decide for our application deployment ? Which factors decide should we deploy it on ECS or EKS? Pricing, scaling are there but is there any other factors to get considered? When to use what?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад +1

      Good question.. ECS if you are more in to AWS eco system as it is not supported outside AWS and using ECS you will depend more on AWS for support
      On the other hands, EKS is just a managed service by AWS .. so you get a lot of support from Kubernetes community in case of issues

    • @SunitaSonawane2007
      @SunitaSonawane2007 Год назад

      Thank you very much for your response. Gaining knowledge everyday from your channel.👍🏻

  • @manjunathshivalingaiah1171
    @manjunathshivalingaiah1171 Год назад

    Hi Abhishek, have you made any video on "Deploying PHP Guestbook application with Redis(kubeadm)?" I had a difficult in installing kubeadm itself.

  • @praveenkore842
    @praveenkore842 8 месяцев назад

    on top of ubuntu 20.04 , on-premise k8s cluster was bootstrpped with kubeadm,
    how to add user/group, is it same as linux user/group creation with useradd command?

  • @vishalsuthar9876
    @vishalsuthar9876 12 дней назад

    i have one question about this playlist kubernetes where i go after completing this playlist like if i complete this playlist and i understand the concept that mentioned
    Thank you!

  • @yashbohra412
    @yashbohra412 7 месяцев назад

    23:00 Hi @Abhishek.Veeramalla, i am following your k8s cluster series, here i am having a doubt about namespaces here can you please clear my doubt here
    thanks in advance

  • @SrinivasReddyV-hs7px
    @SrinivasReddyV-hs7px 5 месяцев назад

    For those who are asking for the next video on RBAC demo
    Kubernetes RBAC with Live Demo in 8 mins: ruclips.net/video/rMVHtNNEzmE/видео.html&ab_channel=Abhishek.Veeramalla

  • @nikkadur
    @nikkadur Год назад +1

    In the new version of jenkins, do we have to create a service account, role binding and all to give access for jenkins to access our kubernetes cluster?

  • @divyajyothi2563
    @divyajyothi2563 Год назад

    Can you please do videos on openshift

  • @sureshbe405
    @sureshbe405 4 месяца назад +1

    Bro, I feel this video is incomplete and I don't see the continuation.
    Creation of role / cluster binding class Is missing.
    Am I correct!? 😮

    • @SaiReddy-ry1fz
      @SaiReddy-ry1fz Месяц назад

      Yes , abhishek even i feel RBAC is incomplete session from this playlist , please do one more session for RBAC

  • @nohandsignal
    @nohandsignal Год назад +1

    @abhishek what about the certificates using openssl can we create users that way as well ?
    could you plz reply.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад +1

      You can but it is not recommended in production

    • @nohandsignal
      @nohandsignal Год назад +1

      @@AbhishekVeeramalla thanks for the swift response brother, looking your git videos right now on first video

  • @sathyaacharya6182
    @sathyaacharya6182 Год назад

    hi i can not access using display token in ec2-instance why ? its shows command not found

  • @sharathchandra5787
    @sharathchandra5787 6 месяцев назад

    Hi anna when i tried to login openshift through ec2 instance it showing command not found please help anna

  • @SuprabathKristam
    @SuprabathKristam 2 месяца назад

    Hi Abhishek I have created the redhat account have got the token also using which I am not able to login by cmd ..it is saying oc command not found..Please suggest

  • @Arjunworld2108
    @Arjunworld2108 5 месяцев назад

    Sir, can you explain this topic in telugu in your telugu channel

  • @muhammadazeembhatti
    @muhammadazeembhatti Год назад

    Day39 is missing in the series. Please mark it.

  • @jayanandini5418
    @jayanandini5418 10 месяцев назад

    Hi bro.. Can you explain to me what namespace exactly?

    • @Vishwask22
      @Vishwask22 10 месяцев назад +3

      In a Kubernetes cluster, namespaces provide a way to partition resources and isolate workloads. They act as virtual clusters within a physical cluster, enabling multiple teams or projects to run independently

  • @sumansamanta330
    @sumansamanta330 9 месяцев назад +1

    21st Feb, 2024

  • @GaneshBhosale-jy2cp
    @GaneshBhosale-jy2cp 5 месяцев назад

    PPL requesting the handson demo link : ruclips.net/video/rMVHtNNEzmE/видео.htmlsi=dLvxxMYtXcCKdzr7