Kubernetes Security - Restrict access to Kubernetes API - 6

Поділитися
Вставка
  • Опубліковано 29 жов 2024

КОМЕНТАРІ • 15

  • @holiodin1763
    @holiodin1763 Рік тому +1

    Sir , as localhost is not secure we can also make it secure using tls right ?. And can we just allow authenticated users to acess api , suppose in a company i am admin and co workers need to acess api so i will assign them role but with certs and rbac.

    • @learnwithgvr
      @learnwithgvr  Рік тому +1

      Yes kubeapi server offering to make https also (secure), as a security best practice should not be keeping as an unsecure unless it's a local host. As long as you know how to make a local host to a secure site using self-signed certificates, rest of the user access etc is RBAC. If you are intelligent admin anything is possible. hope you get it what I mean

    • @holiodin1763
      @holiodin1763 Рік тому +1

      @@learnwithgvr thank you so much sir for replying . 🙂 Your lecture are so amazing and clear . every topic makes me excited. Thank you sir

  • @humayunsabid3188
    @humayunsabid3188 Рік тому

    hello, thanks for the video, may I ask do you have any demo for this section?

    • @learnwithgvr
      @learnwithgvr  Рік тому

      Sorry, no dont have. But let me know if you have any questions

    • @humayunsabid3188
      @humayunsabid3188 Рік тому

      @@learnwithgvr thank you so much 😊

  • @vishnuprasad8977
    @vishnuprasad8977 Рік тому

    💯👌🙌

  • @brahmadarapaneni4561
    @brahmadarapaneni4561 Рік тому

    Sir if we enable insecure port does it skip authentication? I think it'sjust vulnerable because of no emcryption

    • @learnwithgvr
      @learnwithgvr  Рік тому

      Correct, if its insecure port traffic is not encrypted, so as a best practice avoid exposing such to API server unless its your localhost for testing

    • @brahmadarapaneni4561
      @brahmadarapaneni4561 Рік тому

      @@learnwithgvr but you told it skips authentication

  • @VinaySingh-gw3yi
    @VinaySingh-gw3yi 2 роки тому

    Thanks for this Video...Where can I find your RBAC video?

    • @learnwithgvr
      @learnwithgvr  2 роки тому

      Please check the description to see RBAC Video link which is ua-cam.com/video/CTtfxsqCIdw/v-deo.html. Let me know your feedback.. thanks

  • @shamstabrez2986
    @shamstabrez2986 2 роки тому +1

    plz make a complete video on anonymous request isme smjh nhi aya

    • @learnwithgvr
      @learnwithgvr  2 роки тому

      anonymous request is basic concept, Sorry. pls google it for basic understanding.

    • @prathapdasari5661
      @prathapdasari5661 Рік тому

      @@learnwithgvr Should i enable the --anonymous-auth=false or true in apiserver ?