Good series, I watched the first one it was really insightful. Subscribed 🙏
@justmeandopensource3 ай бұрын
Awesome, thank you!
@zaheerhussain53113 жыл бұрын
Appreciated to update old videos with latest one
@justmeandopensource3 жыл бұрын
Thanks for watching.
@lightyagami0ben2 жыл бұрын
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 .
@rmnobarra3 жыл бұрын
Mr. Venkat, great video! See you tomorrow!
@justmeandopensource3 жыл бұрын
Thanks for watching.
@munaiahkona78432 жыл бұрын
Am really thankfull to you for yous valuable vedios on K8s and Treafik Ingress.
@justmeandopensource2 жыл бұрын
Hi Munaiah, Thanks for watching.
@timothymeade-on-twitter3 жыл бұрын
Solid video on this tough topic.
@justmeandopensource3 жыл бұрын
Hi Timothy, thanks for watching.
@DiscipulusMagistriMagni Жыл бұрын
many thanks for all videos! taking notes and practicing whatever yu said
@justmeandopensource Жыл бұрын
Thanks for watching.
@julianomoraisbarbosa3 жыл бұрын
Waiting for next. Excelente job! Thanks !!!
@justmeandopensource3 жыл бұрын
Thanks for watching. Cheers.
@rafadekarz50552 жыл бұрын
Very easy to understand, great job!
@justmeandopensource2 жыл бұрын
Hi Rafal, thanks for watching. Cheers.
@Yaswanthkumarroyal12343 жыл бұрын
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?
@tintin-wr7vt3 жыл бұрын
thanks Venkat, great video, it helps me a lot
@justmeandopensource3 жыл бұрын
Thanks for watching. Cheers 😊
@g-nice_pimp6 ай бұрын
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
@justmeandopensource6 ай бұрын
Sure. Thanks for watching.
@fef-e4kАй бұрын
This is a great content. Please I have a situation and wish to get some input. How to configure redirect/forwarding in ingressRoute? The host to my backend service was changed, I want a situation where when users who still have the old URL send a request, they should be redirected to the new URL and subsequently access the service. Any input on this would be greatly appreciated. Or if you have a video on this topic please provide me the link. NOTE: Helm was use to deploy the application and this redirect/forwarding is to done in template ingressroute.yaml file.
@andreyq91793 жыл бұрын
Your videos is amazing! Thank you a lot!
@justmeandopensource3 жыл бұрын
Hi, thanks for watching.
@squalazzo3 жыл бұрын
thanks man, great video!
@justmeandopensource3 жыл бұрын
Thanks for watching.
@raskosk3 жыл бұрын
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?
@justmeandopensource3 жыл бұрын
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.
@justmeandopensource3 жыл бұрын
If you just want to achieve basic request forwarding to backend service, then you can use ingress instead of ingressroute.
@genzoraiku10422 жыл бұрын
Thank you so much for making this So clear !
@rajendragosavi22332 жыл бұрын
Hi Very useful content. Thank you. Can you share the repo where this yamls you have used in the demos?
@justmeandopensource2 жыл бұрын
Thanks for watching. My Github link is in the video description.
@Felipe-qf6ko2 жыл бұрын
It would be great if you show how to enroute traffic through TCP to TCP services
@cenubit3 жыл бұрын
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?
@justmeandopensource3 жыл бұрын
I believe you can achieve what you asked by using one of the middlewares. I haven't checked in detail though.
@cenubit3 жыл бұрын
@@justmeandopensource https to https + replacing certificate is complicated. I had heard somewhere that traefik could do that.
@markdabasol67072 жыл бұрын
thank you so much!
@justmeandopensource2 жыл бұрын
HI mark, Thanks for watching.
@justin61739 ай бұрын
If the entrypoint is websecure (433), must the DNS name always start with https?
@justmeandopensource9 ай бұрын
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.
@mahfoudissam12853 жыл бұрын
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?
@justmeandopensource3 жыл бұрын
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.
@mahfoudissam12853 жыл бұрын
@@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
@justmeandopensource3 жыл бұрын
@@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.
@mahfoudissam12853 жыл бұрын
@@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
@ArgiSanchez2 жыл бұрын
Hi !! what is the web browser that with sidebar and search text console .????
@justmeandopensource2 жыл бұрын
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.
@skdogra20102 жыл бұрын
Hi...you have configured ingress routes manually...can we configure it to configure routes dynamically with each deployment ..pls provide example..thanks
@AlexDresko2 жыл бұрын
I think helm is what you want.
@AndersonSignorette3 жыл бұрын
Great video thanks! The next series could be openshift demos :) I’ll use in my next project!