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: https://jessicadeen.com/kubernetes-ingress-controllers-and-certificates-the-walkthrough/
source
More Kubernetes videos!
Great video, thank you.
How did you get those symbols in your prompt?
Awesome video!
Love the energy!
That was awesome!
Thanks! There's some valuable information packed in here. I got the prod certs working!
Hello from 2021: if you ran into: no matches for kind "ClusterIssuer" in version "certmanager.k8s.io/v1alpha1" for letsencrypt… just use: cert-manager.io/v1 and make sure your cert-manager has got CDRs! In this Tutorial the installCDRs Argument was missing.
Thank you, thank you, thank you sooo much! You Rock!
Jessica thanks a bunch still very relevant, good quality content good job! @manbearpiet
Is ingress controller necessary..? We use nginx on a server to route the app
the ULTIMATE deployment!
Thank you very much for great content !!!
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 ?
excellent video. exactly what i needed; all in one video. thank you.
This one of the best explanations
If you are a noob and installing on bare-metal, make sure you have metalLB installed.
Installation Ref:https://metallb.universe.tf/installation/
Configuration Ref: https://metallb.universe.tf/configuration/
—–
Great tutorial @JessicaDeen
This is awesome!!!
Thanks! It was explained very cool!
Thanks! I read here that helm has a deprecated version of cert-manager.
Here are newer installation instructions
https://cert-manager.io/docs/installation/kubernetes
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!
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
wonderful presentation
thanks. subscribed
Hi , its a wonderful video š
i need to enable SSL only for login page url and other pages should be in http
like https://www.xyz.com/login
then
http://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
You rock !
Thanks for a great tutorial!
Thanks for the video! I had to change step 2 because stable/cert-manager is depreciated now (https://github.com/helm/charts/tree/master/stable/cert-manager) and the latest version of the chart can be found on the Helm Hub (https://hub.helm.sh/charts/jetstack/cert-manager).
Updated step 2
2a – helm repo add jetstack https://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.
whats the vsc extension you are using ?
amazing video
Hi Jessica,
If you could upload the file to github and share plz. that will helps
This is a very good video and channel, please keep posting. Don't lose momentum!
You should do more of those, you are really great at this
lol – i have a lot to learn! thanks for sharing your knowledge Jessica!