Getting started with Kubernetes Ingress Controllers and TLS certificates

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • Follow along as I walk through setting up a vanilla Kubernetes cluster with an Nginx Ingress controller, certificate manager, and certificate cluster issuer all in about 15 minutes. You can also check out the accompanied blog post here: jessicadeen.co...

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

  • @exfromtheleft
    @exfromtheleft 5 ปีที่แล้ว +8

    You should do more of those, you are really great at this

  • @jamesmwai15
    @jamesmwai15 5 ปีที่แล้ว

    Thanks. I will need this soon.

  • @geoffmahugu8983
    @geoffmahugu8983 4 ปีที่แล้ว

    If you are a noob and installing on bare-metal, make sure you have metalLB installed.
    Installation Ref:metallb.universe.tf/installation/
    Configuration Ref: metallb.universe.tf/configuration/
    -----
    Great tutorial @JessicaDeen

  • @rasheedb4
    @rasheedb4 5 ปีที่แล้ว +2

    This is a very good video and channel, please keep posting. Don't lose momentum!

  • @Manbearpiet
    @Manbearpiet 3 ปีที่แล้ว

    Jessica thanks a bunch still very relevant, good quality content good job! @manbearpiet

  • @marcchen4574
    @marcchen4574 ปีที่แล้ว

    I stayed for the complete talk after hearing your first 30 seconds summary....really like people who is able to get straight to the point

  • @HendersonHood
    @HendersonHood 5 ปีที่แล้ว +2

    Great video but I think the Jenkins part added some unnecessary difficulties in deciphering the main topic.

    • @HendersonHood
      @HendersonHood 5 ปีที่แล้ว

      Understood, keep them coming.

  • @inversemetric
    @inversemetric 4 ปีที่แล้ว +1

    Thanks! I read here that helm has a deprecated version of cert-manager.
    Here are newer installation instructions
    cert-manager.io/docs/installation/kubernetes

  • @kaka-qp5sb
    @kaka-qp5sb 5 ปีที่แล้ว +1

    whats the vsc extension you are using ?

  • @musicmania4609
    @musicmania4609 4 ปีที่แล้ว

    Is ingress controller necessary..? We use nginx on a server to route the app

  • @marypaul9627
    @marypaul9627 ปีที่แล้ว

    HI how can i reach you for some help in this topic?

  • @xmathurinx
    @xmathurinx 2 ปีที่แล้ว

    More Kubernetes videos!

  • @sergiot3143
    @sergiot3143 4 ปีที่แล้ว +1

    Wow, I'm studying for my AZ-500 and needed to learn more about ingress controllers...what you have taught me is that I know nothing!!!! Amazing work, I have a lot to learn but you did a great job of helping me at least get an idea of all the great potential. Cheers

    • @rawhidewolf
      @rawhidewolf ปีที่แล้ว

      If you've learned that you know nothing, then you've learned quite a bit.

  • @LOogt
    @LOogt 3 ปีที่แล้ว

    That was awesome!

  • @mohammadrendra2062
    @mohammadrendra2062 3 ปีที่แล้ว

    Love the energy!

  • @VictorYami
    @VictorYami 2 ปีที่แล้ว

    Awesome video!

  • @HoussemDellai
    @HoussemDellai 5 ปีที่แล้ว +1

    Energized !! as always !!

  • @RunnX
    @RunnX 5 ปีที่แล้ว

    Thanks for the video! I had to change step 2 because stable/cert-manager is depreciated now (github.com/helm/charts/tree/master/stable/cert-manager) and the latest version of the chart can be found on the Helm Hub (hub.helm.sh/charts/jetstack/cert-manager).
    Updated step 2
    2a - helm repo add jetstack charts.jetstack.io
    2b - helm install jetstack/cert-manager --version v0.11.0
    All is well in the world, again thank you for the video.

  • @jaysistar2711
    @jaysistar2711 3 ปีที่แล้ว

    Thanks! There's some valuable information packed in here. I got the prod certs working!

  • @Spydaw
    @Spydaw 2 ปีที่แล้ว

    Great video, thank you.
    How did you get those symbols in your prompt?

  • @ManojKumar-fb3iz
    @ManojKumar-fb3iz 4 ปีที่แล้ว

    Hi , its a wonderful video :-)
    i need to enable SSL only for login page url and other pages should be in http
    like www.xyz.com/login
    then
    www.xyz.com/dashboard
    how i can do this in nginx ingress? right now all pages are redirected into https from ingress controller after enabling TLS/SSL

  • @MrSoloDev
    @MrSoloDev 5 ปีที่แล้ว

    Thank you so much for sharing!!!! Got my k8s cluster up and running with nginx ingress and DNS Zone resource thanks to your vid!!!
    Much appreciated from Montreal Canada. Liked and Subscribed!

  • @balajilucky1851
    @balajilucky1851 5 ปีที่แล้ว

    Hi Jessica,
    If you could upload the file to github and share plz. that will helps

  • @vincentpham7445
    @vincentpham7445 4 ปีที่แล้ว

    the ULTIMATE deployment!

  • @rebarius
    @rebarius 3 ปีที่แล้ว

    Thank you, thank you, thank you sooo much! You Rock!

  • @johnhatami4752
    @johnhatami4752 4 ปีที่แล้ว

    excellent video. exactly what i needed; all in one video. thank you.

  • @shayshahak
    @shayshahak 5 ปีที่แล้ว

    Great session! would love to see a demo on using Azure Application Gateway and AKS for ingress controller

  • @munyafiction
    @munyafiction 5 ปีที่แล้ว

    lol - i have a lot to learn! thanks for sharing your knowledge Jessica!

  • @redbull05689
    @redbull05689 4 ปีที่แล้ว

    This one of the best explanations

  • @theacastus
    @theacastus 4 ปีที่แล้ว

    Hi, I am new around here and the video is great, only bothering thing was autofocus on your camera, it was always adjusting and I think it would be better if you had it at a fixed focus, since you did not change your distance from the camera. I know that this video was uploaded in fall of 2018 and many things has most likely changed, but I wanted to point this out since I really hate it.
    Thank you for great tutorial, you have explained everything I wondered about on first-time watching, that was very nice. Keep it up!

    • @JessicaDeen20
      @JessicaDeen20  4 ปีที่แล้ว

      Thanks for the feedback, Vojita! I noticed the same thing. I have since upgraded my camera and the lens doesn't do that anymore. Hope to have more videos like this out soon. :) Cheers!

  • @vishnuvardhan5132
    @vishnuvardhan5132 4 ปีที่แล้ว

    wonderful presentation

  • @cepi24
    @cepi24 4 ปีที่แล้ว

    thanks. subscribed

  • @barronanderson7867
    @barronanderson7867 5 ปีที่แล้ว

    Always NGINX. Are there no examples on the entire internet that use something other than NGINX???

    • @zend112
      @zend112 4 ปีที่แล้ว

      You can use Traefik or other Ingress Controllers as well, there are examples on TH-cam.

  • @josephbatish9476
    @josephbatish9476 5 ปีที่แล้ว

    amazing video

  • @jacksonmackson1746
    @jacksonmackson1746 4 ปีที่แล้ว

    hey I have just came crossed ! :\ sorry or being late :\ however I wonder, is it possible to get your bashrc settings ? because it looks quite nice ! is there any repo or something that everyone can benefit from it ? like dotfiles ?

    • @JessicaDeen20
      @JessicaDeen20  4 ปีที่แล้ว +1

      Hey! Yes, it's not .bashrc, I use ZSH, and all my dotfiles are here: github.com/jldeen/dotfiles. There's also an older blog post that walks through everything. :)

    • @jacksonmackson1746
      @jacksonmackson1746 4 ปีที่แล้ว

      @@JessicaDeen20 Great ! :) I am one of your fan 😉

  • @luanrohde5668
    @luanrohde5668 5 ปีที่แล้ว

    Thanks! Great video!!!

  • @musclecode
    @musclecode 4 ปีที่แล้ว

    You rock !

  • @whitesalmon0925
    @whitesalmon0925 4 ปีที่แล้ว

    This is awesome!!!

  • @jacksonmackson1746
    @jacksonmackson1746 4 ปีที่แล้ว

    Thank you very much for great content !!!

  • @fernandocambria2950
    @fernandocambria2950 5 ปีที่แล้ว

    Thanks a lot!

  • @franciscotbjr
    @franciscotbjr 5 ปีที่แล้ว

    Thanks

  • @JerryNixon
    @JerryNixon 5 ปีที่แล้ว

    Like a boss.

  • @jbek9779
    @jbek9779 5 ปีที่แล้ว

    What theme are you using for zsh?

    • @anmutigernessa
      @anmutigernessa 5 ปีที่แล้ว +1

      Powerlevel9k - my dotfiles are here: github.com/jldeen/dotfiles

    • @fceruti
      @fceruti 5 ปีที่แล้ว

      @@anmutigernessa That repo is amazing!

  • @DestinationDub
    @DestinationDub 5 ปีที่แล้ว +1

    OMG THANK YOU!!!! I finally got my ingress controller working thanks to this video.
    You're my hero!

  • @johnpipi2
    @johnpipi2 4 ปีที่แล้ว

    Thanks for a great tutorial!