Let's Encrypt SSL Certificates for Kubernetes with cert-manager

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

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

  • @jhonatantechh
    @jhonatantechh 2 หลายเดือนก่อน

    Hello ! Thanks for the videos, helped me a lot to understand some topics ! Can I ask what tool do you use to make the visuals ?

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

    How did you create secret, I did't see where did you create secret in the video

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

      Try this:
      apiVersion: v1
      kind: Secret
      metadata:
      name: letsencrypt-prod
      type: Opaque
      data:
      # Add your private key data here in base64-encoded format
      private_key: PGJhc2U2NC1lbmNvZGVkLXByaXZhdGUta2V5Pgo=

    • @arunreddy1436
      @arunreddy1436 2 หลายเดือนก่อน

      he already created secret, he didn't show us to save time. u can find it created 17 secs ago ..

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

    I have deployed Kubernetes on aws with cert-manager and lets encrypt in private subnet and I have deployed an application load balancer on aws to expose outside. its https-01 challenge and what record do I need to create on the domain provider? if it A record load balancer ip keeps on changing or do I configure Cname with load balancer DNS name? please confirm

    • @EngineeringWithMorris
      @EngineeringWithMorris  10 หลายเดือนก่อน +1

      You need to configure an A record for http-01 challenge. However if your IP keeps changing then you need to consider using the DNS-01 challenge. Make sure to use a supported DNS provider like Route53.

  • @plupy5209
    @plupy5209 2 หลายเดือนก่อน

    Almost fell asleep