Exploring Authentication & Authorization in Kubernetes

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 28

  • @fatalnywedrowiec1419
    @fatalnywedrowiec1419 22 วันที่ผ่านมา

    You, sir, are the most competent kubernetes teacher on youtube. I had some difficulties to fully understand the authentication and authorization topic, then suddenly I found your video.

  • @tkousek1
    @tkousek1 5 ปีที่แล้ว +4

    why are there not more views? His tutorials are great

  • @rahulek914
    @rahulek914 5 ปีที่แล้ว

    Excellent series on Kubernetes. Highly technical content delivered in very simple terms. Please keep up.

  • @rajkrishnamurthy8474
    @rajkrishnamurthy8474 4 ปีที่แล้ว +1

    As always, a fantastic presentation Janakiram!

  • @anujagarwal8111
    @anujagarwal8111 2 ปีที่แล้ว

    Great tutorial. Very well explained

  • @atmrar
    @atmrar 2 ปีที่แล้ว

    Well explained content

  • @Krishna-zh3pw
    @Krishna-zh3pw 3 ปีที่แล้ว +1

    Fantastic tutorial. It's so informative, to-the-point and clear. Thanks a lott.

  • @aaslanli3943
    @aaslanli3943 3 ปีที่แล้ว +1

    thanks for this amazing webinar

  • @7xr1e20ln8
    @7xr1e20ln8 5 ปีที่แล้ว +1

    This is absolutely amazing and what I'm looking for. Thanks for this webinar.

  • @saransh0000000
    @saransh0000000 2 ปีที่แล้ว

    very relevant!😍Excellent.

  • @zulhilmizainudin
    @zulhilmizainudin 4 ปีที่แล้ว +5

    Service Accounts starts at 47:14

  • @zarf76
    @zarf76 4 ปีที่แล้ว

    Great stuff Janaki, one question - if a user is assigned two roles and roles have conflicting access permission to a resource then is the access granted?

  • @vaibhavpagar3579
    @vaibhavpagar3579 5 ปีที่แล้ว

    I want to attend all your webinars, is there any link of schedule? Also, Is there any series of webinars when someone starting from scratch?

  • @cp1408
    @cp1408 4 ปีที่แล้ว

    Very Amazing videos Sir!

  • @farkhodkurbonov7569
    @farkhodkurbonov7569 5 ปีที่แล้ว +1

    Cool explanation. Thank you a lot

  • @krishnagupta6323
    @krishnagupta6323 4 ปีที่แล้ว

    Extremely helpful
    .thx

  • @makeshkumar3327
    @makeshkumar3327 4 ปีที่แล้ว

    Very nice and useful content 👌

  • @Siva-ur4md
    @Siva-ur4md 5 ปีที่แล้ว

    Hello, @janakiram thanks for the video, nice explanation. Could you please provide steps to authenticate Kubernetes cluster using OpenID(active directory), currently I have a physical cluster(not deployed through EKS or AKS) which I'm planning to integrate with any of the Active Directory authentication mechanism, Could you please help with providing steps?

  • @chiragchopra8709
    @chiragchopra8709 2 ปีที่แล้ว

    You keep mentioning api server. Can you please tell what’s api server in this context that you were talking

  • @techtalkwithmscharan4500
    @techtalkwithmscharan4500 4 ปีที่แล้ว

    This is Awwwwsome!!!!

  • @naginenidharmendra263
    @naginenidharmendra263 4 ปีที่แล้ว

    Sir, How to authenticate eks cluster from travis.yaml file with user and token.

  • @manishjain6294
    @manishjain6294 4 ปีที่แล้ว

    Hello. May I know how to get certificate-authority ca.crt file ?

  • @muruligowda2985
    @muruligowda2985 ปีที่แล้ว

    could you put all commands on comments or desc..

    • @Janakirammsv
      @Janakirammsv  9 หลายเดือนก่อน

      Take a look at thenewstack.io/a-practical-approach-to-understanding-kubernetes-authentication/

  • @avisin28
    @avisin28 5 ปีที่แล้ว

    Helped me a lot

  • @jonassteinberg3779
    @jonassteinberg3779 3 ปีที่แล้ว

    FYI when he says that everything in kubernetes is an object: this is true, but it has *nothing* to do with object-oriented programming; in other words: there are no concepts of inheritance, polymorphism or encapsulation really in kubernetes. It is written almost entirely in Go and go is not at all object-oriented. This confused me at first and I don't want someone coming from a Java, Python, Ruby, etc. background to think "oh kubernetes is object-oriented". Because it isn't.