Nginx Ingress Controller & Cert Manager Setup in 2024

Sdílet
Vložit
  • čas přidán 5. 06. 2024
  • set up nginx ingress controller and cert manager.
    you don't have to watch the older video to follow along but it might help: • Deploy Go App to Produ...
    github: github.com/dhij/cluster-demo
    ingress-nginx: github.com/kubernetes/ingress...
    ingress doc: kubernetes.io/docs/concepts/s...
    ingress rewrite-target annotation doc: kubernetes.github.io/ingress-...
    cert-manager release: github.com/cert-manager/cert-...
    cert-manager ACME (letsencrypt) issuer example: cert-manager.io/docs/configur...
    cert-manager certificate example: cert-manager.io/v1.2-docs/con...
    cert-manager ACME challenge lifecycle: cert-manager.io/docs/concepts...
    letsencrypt ACME directory URL: letsencrypt.org/getting-started/
    how letsencrypt works: letsencrypt.org/how-it-works/
    Timestamps:
    0:00 - ingress intro
    0:48 - install and deploy nginx ingress controller
    2:24 - define ingress resource
    3:45 - change existing
    4:53 - explaining re-write target annotation
    6:42 - configure the domain & add a DNS record
    8:35 - cert manager intro
    9:37 - install and deploy cert manager
    10:30 - define letsencrypt cluster issuer
    12:28 - define certificate object
    14:47 - enable TLS on ingress

Komentáře • 4

  • @JonasSoderholm-hg1ft
    @JonasSoderholm-hg1ft Před měsícem +2

    very helpful, thanks a lot!

  • @juanignacio93
    @juanignacio93 Před měsícem +1

    I discovered your channel few days ago and I've already seen half of your videos. What a great job you are doing, keep going!

    • @dhij
      @dhij  Před měsícem

      Thank you, im glad to hear you found them helpful!

  • @user-cn5cl6un1q
    @user-cn5cl6un1q Před měsícem +1

    awesome. thank