Cert Manager on Kubernetes with Helm | Jérôme Petazzoni LKE Workshop

Sdílet
Vložit
  • čas přidán 12. 06. 2024
  • In part 9 of our LKE with Helm workshop, Jérôme Petazzoni will show you how to install Cert Manager with Helm on your Kubernetes cluster. Be sure to subscribe to catch the rest of the series.
    Full Playlist available here → • Linode Kubernetes with...
    Chapters:
    0:00 - Intro and Theory
    2:13 - Installing cert-manager
    6:00 - Using Cert Manager
    14:00 - Creating a Production Cert
    17:26 - Using TLS Ingress Annotations
    22:40 - Outro
    New to Cloud Computing? Get started here with a $100 credit → www.linode.com/lp/youtube-vie...
    Check out Jerome's slides here → 2021-03-lke.container.training/
    Learn more about LKE → www.linode.com/products/kuber...
    Subscribe to get notified of new episodes as they come out → czcams.com/users/linode?sub_co...
    #Linode #CertManager #Helm #Kubernetes
    Product: Linode, Kubernetes, Helm; Jérôme Petazzoni;
  • Věda a technologie

Komentáře • 13

  • @samehpalas3610
    @samehpalas3610 Před 2 měsíci

    Great explanation, Thanks

  • @LarsBerntzon
    @LarsBerntzon Před rokem

    Thank you tank you! I've been spending several days trying to navigate through all documentations specifying how to do everything in 10 different ways without any consistence. Your video was spot on.

  • @JW-gm6wr
    @JW-gm6wr Před 2 lety

    Best tutorial in this subject

  • @sanjay007foru100
    @sanjay007foru100 Před rokem +1

    Excellent tutorial. thanks brother

  • @litan5006
    @litan5006 Před 2 lety

    Great video tutorial on letsencrypt and cert-manager with cluster-issuer

  • @amjds1341
    @amjds1341 Před 2 lety +1

    You are awesome.

  • @envueltoenplastico
    @envueltoenplastico Před 2 lety

    This is great. Thanks!

  • @amjds1341
    @amjds1341 Před 2 lety

    Best guidelines

  • @michaels8297
    @michaels8297 Před 2 lety +1

    you guys should do a video on linodes key management service 'vault'

  • @namithcc
    @namithcc Před rokem

    Hello
    Do we have any video on upgrade cert-manger version
    Eg v1.7.0 to v1.9.0?

  • @amjds1341
    @amjds1341 Před 2 lety

    Can acme order use 443 for order/challenge task?

  • @wotube6387
    @wotube6387 Před rokem

    "I'm gonna kubectl apply that thing!" 🤣

  • @envueltoenplastico
    @envueltoenplastico Před 2 lety

    Okay, tried this and it worked a treat. Thanks again! One thing I am not 100% clear on - when using annotations, what is the underlying verification process. I created issuer for Let's Encrypt, then I created a DNS record (in this case a CNAME to an AWS Load Balancer). Then I applied the annotation. I observed the solver do its work for a few mins and then it was done.
    I am guessing what is happening here is that LE sends a request to some path at the domain, which is pointing to the cluster - this speaks to the cert-manager, proving that I indeed own the domain because I have pointed it to this cluster. And... boom, cert issued! Is this accurate?