Middlewares are the heart of traefik v2. A very very explained video Mr. Venkat - The only one!
@justmeandopensource3 жыл бұрын
Many thanks for your interest 🤠
@mguven2 жыл бұрын
one of the most informative videos maybe the first one. thank you so much.
@justmeandopensource2 жыл бұрын
Hi Mustafa, Thanks for watching.
@TANVEER9911642 жыл бұрын
Some middleware rules were added to the docker image which was not functioning well when deployed to our AKS cluster. thank you for this video , it helped me to change my Ingress configuration to IngressRoutes and all the middleware rules. Cheers!
@zaheerhussain53113 жыл бұрын
Appreciated to update old videos with latest one
@justmeandopensource3 жыл бұрын
Hi Zaheer, thanks for watching.
@mathiascosta930 Жыл бұрын
Thanks a lot for this tutorial! Your didactics is great, right straight to the point
@justmeandopensource Жыл бұрын
Hi Mathias, Thanks for watching. i had to look up what didactic means 😁.
@nikhilwankhade3953 Жыл бұрын
Very informative Venkat 🙏
@fef-e4k2 ай бұрын
This is great. Do you have a video on how to configure redirect/forwarding a subdomain in traefik? My traefik was installed using helm.
@nikhilwankhade3953 Жыл бұрын
Could you please have video on Kubernetes dashboard with https behind Traefik v.210
@hassije86152 жыл бұрын
Hi, please u have a kubernetes in windows with docker-compose I want to use metallb but when get up I can't access to device nginx for example thanks for help
@alexal43 жыл бұрын
That's great content, really helpful. What Linux distro is this?
@justmeandopensource3 жыл бұрын
Arch Linux with I3 tiling window manager. Thanks for watching.
@alexal43 жыл бұрын
@@justmeandopensource Looks nice, will give it a try tomorrow on virtual machine. Sent you a bit of support yesterday, please keep doing what you are doing.
@justmeandopensource3 жыл бұрын
@@alexal4 Many thanks for supporting me Alex. Much appreciated. Cheers.
@alexal43 жыл бұрын
@@justmeandopensource Archlinux now is my default distro :) What terminal you using? I am using terminator, but I don't recognize the one you are using. And what is the monitor status at at the top right side? It will take some time to get use to navigate with i3, but it is a fun for sure.
@justmeandopensource3 жыл бұрын
@@alexal4 Cool. I was using Termite and recently switched to Alacritty. And had been an Arch + I3 user for a very long time. Few people asked about my setup and I actually ended up doing a series of video on how to get to my setup from scratch using Ansible automation. Here is the playlist. But I guess it is outdated and might need some tweaks to get it working. kzbin.info/aero/PL34sAs7_26wOgqJAHey16337dkqahonNX My terminal setup is here (in the video used Ubuntu to showcase) kzbin.info/www/bejne/hoa6n3aYp56WhJo common softwares that I use kzbin.info/www/bejne/aGLWfYdsfc5opLs some more info about my distro hopping habbit kzbin.info/www/bejne/rpeTlIGfbpaVns0
@DileepKumarMB3 жыл бұрын
Hello sir, thanks for this video. I am not able to simulate the "Retry" middleware. Steps: ====== 1) Sending the request from [ JMeter--> Traefik-->Service ] 2) I have restarted the pod during the request and checking the Traefik logs for "retry attempts" - I see no retry attempts from Traefik. (I get 503 service unavailable immediately) Can you please suggest some scenarios to simulate this "Retry" operation from Traefik ??
@julianomoraisbarbosa3 жыл бұрын
😎
@justmeandopensource3 жыл бұрын
Thanks for watching.
@harishreddy33742 жыл бұрын
Hai team is their any udemy class for traefik v2
@raskosk3 жыл бұрын
Great work again. Could you do a video about the forwardAuth middleware as well? As far as I Know, OIDC or oAuth2 Authentications are Enterprise-Only features. I'm wondering whether it's possible to make a workaround with forwardAuth middleware and some sort of "gatekeeper"-Deployment-Pod
@justmeandopensource3 жыл бұрын
Thanks for watching. I can give it a try. Cheers.
@weiyen2 жыл бұрын
I actually use oauth2-proxy to use as a side car for oidc purposes. Its a free solution.
@mubasilbokhari44772 жыл бұрын
@@weiyen hey I am doing an oauth2 proxy solution myself. I am confused as to how to use traefik routes/middleware to route traffic to my proxy container. I am able to set up the proxy with an appropriate auth provider( Keycloak). I would appreciate a response if possible
@weiyen2 жыл бұрын
@@mubasilbokhari4477 traefik reads off the configuration of your containers. Expose the oauth-proxy port instead of your application
@ArielLothlorien3 жыл бұрын
My basic Auth is exactly like yours and even shows in the dashboard but when I connect to the application there is no request for login
@ClAddict2 жыл бұрын
You probably could have gone through this faster.. not sure how, but it’s probably possible. Some examples were shown for a full couple of frames. Good thing this tutorial is only for people who know exactly what it is you’re doing and looking at..
@VuiDJi2 жыл бұрын
You could enable automatic redirection from http to https using traefik helm additionalArguments: - "--entrypoints.web.http.redirections.entryPoint.to=:443" - "--entrypoints.web.http.redirections.entryPoint.scheme=https" - "--entrypoints.web.http.redirections.entrypoint.permanent=true"