Kubernetes HTTPS with cert-manager and Let's Encrypt

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

КОМЕНТАРІ • 21

  • @CosminNicula1
    @CosminNicula1 7 місяців тому +2

    Thank you for sharing this content! Just one remark: at minute 4:50, the client and server are using symmetric key to encrypt and decrypt data. The initial asymmetric encryption is used just for making sure that the symmetric key ends up securely on both the client and the server.

  • @Sp3aR007
    @Sp3aR007 Рік тому +2

    This is such an amazing explanation of HTTPS.

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

    thank you saiyam pathak of you and you github repo i was able to resolve the ssl issue i was stuck in and was working on it for 2 days thank you so much bro

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

      Glad it helped :)

  • @dalglishfernandes7089
    @dalglishfernandes7089 9 місяців тому +1

    Just to add on if you're using EKS or GKE this cert manager installation can be skilled and use ACM aws tool to get certificate which checks TLS at load balancer level.

  • @yashhirulkar909
    @yashhirulkar909 5 місяців тому +1

    Thanks for your efforts..! But what will happen if we dont use cert manager annotation in ingress ?

  • @josefromspace
    @josefromspace 9 місяців тому +1

    This is great. Thank you! 👍🏼

  • @paupaipai
    @paupaipai Рік тому +2

    Thanks so much for this tutorial, I could set up my https flawlessy for two services (a frontend and an API) using the same ingress and the same clusterissuer. However now when I try to call the API from the frontend I get a 308 redirect error, I am wondering if it has to do with the fact that I use a balancer to expose my pods and this is somehow terminating my TLS connection. Would be very nice if you could give guidance in this, since my scenario is very common. Thank you again!

  • @shuru--aat9582
    @shuru--aat9582 Рік тому +2

    thankyou for this ||

  • @rohanrustagi7857
    @rohanrustagi7857 4 місяці тому

    what key client will encrypt public key or private?

  • @DipankarDas-cm1zs
    @DipankarDas-cm1zs Рік тому

    thanks for explaining😇

  • @Hamzakhan1o
    @Hamzakhan1o 2 місяці тому

    Brother you havent told anything about the most important thing the Domain name setup how did you got the DNS name ?

    • @kubesimplify
      @kubesimplify  2 місяці тому

      You mean the dns of ingress controller?

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

    Great content

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

      Unlike other videos where they simply promote opensource tools you standout you do both but intresting is you do more of handson really great to see your contents

  • @AbhishekTyagi-f4l
    @AbhishekTyagi-f4l Рік тому

    is it possible to apply ssl certifiicates on exterenalIP itself. we dont want to use static IP or any DNS. We want to use externalIP generated only

  • @nokzeo2777
    @nokzeo2777 8 місяців тому

    good content bro

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

    do we have to register on acme platform?