Kubernetes Security - Implement pod to pod encryption by use of mTLS with Service Mesh - 16

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

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

  • @seanwalker2555
    @seanwalker2555 5 หลายเดือนก่อน

    great video.

    • @learnwithgvr
      @learnwithgvr  5 หลายเดือนก่อน

      Thank you, keep learning

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

    Good Presentation

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

    Usually server does not ask client cert how server knows I need to ask for client cert,

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

      I have made video on TLS communications, pls watch th-cam.com/video/OHmgb7h-2-g/w-d-xo.html
      thank you

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

    Following...

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

    you have also consul connect

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

      Sorry, dont have on Consul

  • @humayunsabid3188
    @humayunsabid3188 10 หลายเดือนก่อน

    Hello Sir, which type of question can be asked in the cks exam from this section, Thanks in advance.

    • @learnwithgvr
      @learnwithgvr  10 หลายเดือนก่อน

      There is video uploaded on this
      th-cam.com/video/hxox9558ojE/w-d-xo.html

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

    Does any difference in generating clients vs server certs

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

      Server certificates are intended for securing communication between a server and a client. They typically include the server's hostname or IP address in the Subject Alternative Name (SAN) extension, which allows clients to verify that they are communicating with the intended server. Server certificates may also include additional extensions like Extended Key Usage (EKU) and Authority Key Identifier (AKI) to provide additional security and verification.
      Client certificates, on the other hand, are intended for verifying the identity of a client to a server. They typically include the client's distinguished name (DN) in the Subject field and may also include a unique identifier in the SAN extension. Client certificates may also include EKU and AKI extensions to provide additional security and verification.
      When generating client and server certificates, the certificate authority (CA) may also use different certificate templates or configurations based on their intended usage. For example, a CA may issue server certificates with longer key lengths and shorter expiration periods than client certificates, to provide greater security for the server-side communications.

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

      @@learnwithgvr super sir, may I know client certs distinguished name(DN) , how it's verify this name and confirms this client is good

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

    do we have to use linkerd for cks ?

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

      LinkerD is one good example, you can also leverage custom solution or any other service mesh