Automatic Ingress TLS with LetsEncrypt in Azure AKS

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 27

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

    Been trying for weeks to get this to work, kept struggling to follow the microsoft tutorials, but now finally works!!! thank you so much!

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

    Really great videos about K8S and AKS sir, thanks for sharing!

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

    Thank you for the amazing video! The content was insightful, and I learned a lot

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

    Thanks to this clear and excellent video I was able to deploy my own applications.

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

    first and foremost, thanks for the video. Also thank you for speaking clearly. I often close videos with Indian speakers because it's hard to understand. You have a heavy accent but it's clear and professional and a quality sound recording. thumbs up and cheers mate!

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

    To the point and precise. Thank you!!

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

    So nice one to understand . Good One Dude.

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

    Thank you a lot clear demo

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

    damn!! you are so amazing!! one question, how can we ensure that all communications of pods inside the cluster are encrypted?

  • @harkiratsingh5253
    @harkiratsingh5253 2 роки тому +2

    How is the ingress tls cert getting referenced ? Can you please explain

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

    @Shaiender Choudhary : step to-- Verify automatic created certificate is missed, I guess. we see issuer being created but do not see any automatic certificate being created.

  • @rameshd3951
    @rameshd3951 2 роки тому +2

    Can you share the blog URL , to see the steps to be performed

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

    Can you please share the link of your blog it would be very helpful.

  • @ambig1
    @ambig1 Рік тому +3

    why dont you have the blog page in the descriptioin?!

    • @johndoe-cd9vt
      @johndoe-cd9vt 2 місяці тому

      probably because it doesn't work anymore or it's outdated ...

  • @jamescoder3997
    @jamescoder3997 6 місяців тому

    Hi @Shailender Choudhary,
    First of all, Thanks a lot for this amazing video.
    How you created tls secret that you referenced in Ingress.yaml file? I have jks file from my company. Do I still need cert manager? I think, I can create tls secret from my jks file. Please anwser.

  • @yogithakakarla1716
    @yogithakakarla1716 Місяць тому

    Link of that blog please

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

    Excellent video; exactly what I needed. I have my own domain and I followed step-by-step, but at the end, when I ping my url which is defined in for host in the Ingress yaml file, it does not get back response. Have you run into this issue before? Thank you

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

    Thank You for the video, Could you please share the blog Link

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

    Sir, I need one help. I need to design a AKS where services will be running as pods & services must be exposed to different consumers, 1 for Internet users, 1 for intranet & other one for directly logging into cluster. How can we achieve this Sir?

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

    Can you please share the blog url

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

    can you create a video using application gateway instead of load balancer

    • @pt_trainer9244
      @pt_trainer9244 27 днів тому

      You can just create an AGIC (App gateway ingress controller) durign cluster creation.
      Then your ingress rules , frontend ips etc will be placed under the App gateway.
      You don'nt need NGINX for ingress in that case because App Gateway will act as an ingress since it offers Layer 7 load balancer and can handle URL based routing, SSL termination etc

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

    This is not working for my AKS :(

  • @smk-beatz1443
    @smk-beatz1443 Рік тому

    I want to use my own ssl certificate company policy😊

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

    May I know how to renew the SSL certificate if it is expired ?