[ Kube 101.2 ] Traefik v2 | Part 2 | Creating IngressRoutes

  Рет қаралды 20,080

Just me and Opensource

Just me and Opensource

Күн бұрын

Пікірлер: 56
@SpaghettiRealm
@SpaghettiRealm 20 күн бұрын
Good series, I watched the first one it was really insightful. Subscribed 🙏
@justmeandopensource
@justmeandopensource 20 күн бұрын
Awesome, thank you!
@zaheerhussain5311
@zaheerhussain5311 3 жыл бұрын
Appreciated to update old videos with latest one
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching.
@munaiahkona7843
@munaiahkona7843 2 жыл бұрын
Am really thankfull to you for yous valuable vedios on K8s and Treafik Ingress.
@justmeandopensource
@justmeandopensource 2 жыл бұрын
Hi Munaiah, Thanks for watching.
@julianomoraisbarbosa
@julianomoraisbarbosa 3 жыл бұрын
Waiting for next. Excelente job! Thanks !!!
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching. Cheers.
@lightyagami0ben
@lightyagami0ben 2 жыл бұрын
Thanks for these videos.. Our AKS nginx proxy deployment stopped working all of a sudden (for no reason) .. We had to make a quick switch to Traefik and this series was immensely helpful .
@DiscipulusMagistriMagni
@DiscipulusMagistriMagni 10 ай бұрын
many thanks for all videos! taking notes and practicing whatever yu said
@justmeandopensource
@justmeandopensource 10 ай бұрын
Thanks for watching.
@timothymeade-on-twitter
@timothymeade-on-twitter 3 жыл бұрын
Solid video on this tough topic.
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Hi Timothy, thanks for watching.
@rmnobarra
@rmnobarra 3 жыл бұрын
Mr. Venkat, great video! See you tomorrow!
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching.
@rafadekarz5055
@rafadekarz5055 2 жыл бұрын
Very easy to understand, great job!
@justmeandopensource
@justmeandopensource 2 жыл бұрын
Hi Rafal, thanks for watching. Cheers.
@markdabasol6707
@markdabasol6707 Жыл бұрын
thank you so much!
@justmeandopensource
@justmeandopensource Жыл бұрын
HI mark, Thanks for watching.
@tintin-wr7vt
@tintin-wr7vt 3 жыл бұрын
thanks Venkat, great video, it helps me a lot
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching. Cheers 😊
@andreyq9179
@andreyq9179 3 жыл бұрын
Your videos is amazing! Thank you a lot!
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Hi, thanks for watching.
@squalazzo
@squalazzo 3 жыл бұрын
thanks man, great video!
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching.
@genzoraiku1042
@genzoraiku1042 2 жыл бұрын
Thank you so much for making this So clear !
@Yaswanthkumarroyal1234
@Yaswanthkumarroyal1234 3 жыл бұрын
nginx ingressroute is deployed but cant able to access nginx.example.com but service mapping ok & ingressroute is also deployed & i mapped loadbalancer ip in host file also. what may be the problem?
@AndersonSignorette
@AndersonSignorette 3 жыл бұрын
Great video thanks! The next series could be openshift demos :) I’ll use in my next project!
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching. Cheers.
@Felipe-qf6ko
@Felipe-qf6ko 2 жыл бұрын
It would be great if you show how to enroute traffic through TCP to TCP services
@g-nice_pimp
@g-nice_pimp 3 ай бұрын
Thanks for the video ! It would be awsome if you could a headsup for the traefik 3.0 update. I banged my had a few minutes as i found out i was using traefik 3.0 which has a few slight difference from the previous version like the apiversion for example
@justmeandopensource
@justmeandopensource 3 ай бұрын
Sure. Thanks for watching.
@raskosk
@raskosk 3 жыл бұрын
Awesome Video! Could you explain whats the main difference between an Ingress and an IngressRoute? As far as I tested, you could use Ingresses as well as IngressRoute. So what's the advantage of using IngressRoutes?
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Hi, thanks for watching. You could do more with ingressroutes than with simple ingress. For example, you can configure list of middlewares to be used in your ingressroutes. IngressRoute is a custom resource with added functionalities compared to native resource ingress. Cheers.
@justmeandopensource
@justmeandopensource 3 жыл бұрын
If you just want to achieve basic request forwarding to backend service, then you can use ingress instead of ingressroute.
@justin6173
@justin6173 7 ай бұрын
If the entrypoint is websecure (433), must the DNS name always start with https?
@justmeandopensource
@justmeandopensource 7 ай бұрын
Hi, thanks for watching. Yes prefix the url with https or you can also set up automatic redirecting from http to https. We don't type someurl these days.
@rajendragosavi2233
@rajendragosavi2233 2 жыл бұрын
Hi Very useful content. Thank you. Can you share the repo where this yamls you have used in the demos?
@justmeandopensource
@justmeandopensource 2 жыл бұрын
Thanks for watching. My Github link is in the video description.
@cenubit
@cenubit 3 жыл бұрын
Hi! Does Traefix know redirect from https to https replacing the certificate? Can it transmit RDP?SSH traffic from POD to external and vice versa, for example?
@justmeandopensource
@justmeandopensource 3 жыл бұрын
I believe you can achieve what you asked by using one of the middlewares. I haven't checked in detail though.
@cenubit
@cenubit 3 жыл бұрын
​@@justmeandopensource https to https + replacing certificate is complicated. I had heard somewhere that traefik could do that.
@mahfoudissam1285
@mahfoudissam1285 3 жыл бұрын
thanks you very much for your videos,but i'm stuck with something,i bought a domain name and with a dynDNS i can point it to my home cluster,so how i can point my app to this domain using paths i only get page 404 with basic ingress?
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Hi, thanks for watching. What is your domain name pointing to at the moment? I need more details about your setup to understand first. Cheers.
@mahfoudissam1285
@mahfoudissam1285 3 жыл бұрын
@@justmeandopensource my domain name is pointing to my dynamic IP of the router of my home,and the external IP of the traefik ingress service is the IP of my master node so 192.168.1.210 when i use an ingress with the domain name and a path i receive a 404 page not
@justmeandopensource
@justmeandopensource 3 жыл бұрын
@@mahfoudissam1285 your domain name pointing to the public ip of your home router. Okay. From your router how is it then forwarded to your master node? Is your master node a physical machine in your home LAN or a virtual machine in your laptop? Did you set up port forwarding on your home router to direct the traffic to your master node (if its a physical machine on your LAN) or to your laptop and then to your master node (if its a vm). I haven't tried this setup but what I mentioned is the workflow.
@mahfoudissam1285
@mahfoudissam1285 3 жыл бұрын
@@justmeandopensource yes i've port forwarded the port 80 and 443 both tcp and udp to my master ip ( the 192.168.1.210) and my master node is a physical machine(laptop) so i'm stuck in this step now
@skdogra2010
@skdogra2010 2 жыл бұрын
Hi...you have configured ingress routes manually...can we configure it to configure routes dynamically with each deployment ..pls provide example..thanks
@AlexDresko
@AlexDresko 2 жыл бұрын
I think helm is what you want.
@ArgiSanchez
@ArgiSanchez 2 жыл бұрын
Hi !! what is the web browser that with sidebar and search text console .????
@justmeandopensource
@justmeandopensource 2 жыл бұрын
Hi Argimiro, thanks for watching. I use Qutebrowser as my web browser which is Python based and keyboard driven similar to VIM key bindings. Cheers.
@pankajholariya8331
@pankajholariya8331 2 жыл бұрын
nice, but we need to buy lot of dns name.
@YouTubers-rj9xv
@YouTubers-rj9xv 3 жыл бұрын
need video vault on kubernetes
@justmeandopensource
@justmeandopensource 3 жыл бұрын
In my list.
[ Kube 101.3 ] Traefik v2 | Part 3 | Dealing with TLS certificates
24:35
Just me and Opensource
Рет қаралды 12 М.
[ Kube 101.1 ] Traefik v2 | Part 1 | How to deploy in Kubernetes
19:06
Just me and Opensource
Рет қаралды 40 М.
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 37 МЛН
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 50 МЛН
Traefik vs. Nginx performance benchmark
12:38
Anton Putra
Рет қаралды 42 М.
Kubernetes Ingress: NGINX Explained
14:31
That DevOps Guy
Рет қаралды 74 М.
Traefik Crash Course (Without docker)
57:13
Hussein Nasser
Рет қаралды 49 М.
Kubernetes Ingress Explained (2 Types)
8:54
Anton Putra
Рет қаралды 37 М.
[ Kube 100 ] Getting started with Grafana Loki in Kubernetes
15:39
Just me and Opensource
Рет қаралды 48 М.
[ Kube 86 ] Getting started with Kustomize tool for Kubernetes
21:36
Just me and Opensource
Рет қаралды 24 М.
[ Kube 33.1 ] How to deploy & use MetalLB in bare metal Kubernetes
12:30
Just me and Opensource
Рет қаралды 43 М.
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 37 МЛН