[ Kube 101.4 ] Traefik v2 | Part 4 | Exploring Middlewares

  Рет қаралды 9,409

Just me and Opensource

Just me and Opensource

Күн бұрын

Пікірлер: 33
@rmnobarra
@rmnobarra 3 жыл бұрын
Middlewares are the heart of traefik v2. A very very explained video Mr. Venkat - The only one!
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Many thanks for your interest 🤠
@mguven
@mguven 2 жыл бұрын
one of the most informative videos maybe the first one. thank you so much.
@justmeandopensource
@justmeandopensource 2 жыл бұрын
Hi Mustafa, Thanks for watching.
@TANVEER991164
@TANVEER991164 2 жыл бұрын
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!
@zaheerhussain5311
@zaheerhussain5311 3 жыл бұрын
Appreciated to update old videos with latest one
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Hi Zaheer, thanks for watching.
@mathiascosta930
@mathiascosta930 Жыл бұрын
Thanks a lot for this tutorial! Your didactics is great, right straight to the point
@justmeandopensource
@justmeandopensource Жыл бұрын
Hi Mathias, Thanks for watching. i had to look up what didactic means 😁.
@nikhilwankhade3953
@nikhilwankhade3953 Жыл бұрын
Very informative Venkat 🙏
@fef-e4k
@fef-e4k 2 ай бұрын
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
@nikhilwankhade3953 Жыл бұрын
Could you please have video on Kubernetes dashboard with https behind Traefik v.210
@hassije8615
@hassije8615 2 жыл бұрын
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
@alexal4
@alexal4 3 жыл бұрын
That's great content, really helpful. What Linux distro is this?
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Arch Linux with I3 tiling window manager. Thanks for watching.
@alexal4
@alexal4 3 жыл бұрын
@@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.
@justmeandopensource
@justmeandopensource 3 жыл бұрын
@@alexal4 Many thanks for supporting me Alex. Much appreciated. Cheers.
@alexal4
@alexal4 3 жыл бұрын
@@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.
@justmeandopensource
@justmeandopensource 3 жыл бұрын
@@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
@DileepKumarMB
@DileepKumarMB 3 жыл бұрын
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 ??
@julianomoraisbarbosa
@julianomoraisbarbosa 3 жыл бұрын
😎
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching.
@harishreddy3374
@harishreddy3374 2 жыл бұрын
Hai team is their any udemy class for traefik v2
@raskosk
@raskosk 3 жыл бұрын
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
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching. I can give it a try. Cheers.
@weiyen
@weiyen 2 жыл бұрын
I actually use oauth2-proxy to use as a side car for oidc purposes. Its a free solution.
@mubasilbokhari4477
@mubasilbokhari4477 2 жыл бұрын
@@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
@weiyen
@weiyen 2 жыл бұрын
@@mubasilbokhari4477 traefik reads off the configuration of your containers. Expose the oauth-proxy port instead of your application
@ArielLothlorien
@ArielLothlorien 3 жыл бұрын
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
@ClAddict
@ClAddict 2 жыл бұрын
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..
@VuiDJi
@VuiDJi 2 жыл бұрын
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"
[ Kube 101.5 ] Traefik v2 | Part 5 | Exposing Dashboard
10:11
Just me and Opensource
Рет қаралды 10 М.
[ Kube 101.1 ] Traefik v2 | Part 1 | How to deploy in Kubernetes
19:06
Just me and Opensource
Рет қаралды 42 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 36 МЛН
Farmer narrowly escapes tiger attack
00:20
CTV News
Рет қаралды 14 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 22 МЛН
In Conversation with the Change - Makers in AI & Healthcare | Mr  Marc Perlman Part 3
1:56
Manage multiple sites with Docker Compose and Traefik
8:35
Andrew Schmelyun
Рет қаралды 52 М.
Traefik vs. Nginx performance benchmark
12:38
Anton Putra
Рет қаралды 49 М.
[ Kube 101.2 ] Traefik v2 | Part 2 | Creating IngressRoutes
19:25
Just me and Opensource
Рет қаралды 20 М.
Traefik Forward Auth Services
11:33
Michael Potter
Рет қаралды 14 М.
Boost Performance and Security with Traefik Middlewares and Chains
19:48
SmartHomeBeginner
Рет қаралды 2,2 М.
[ Kube 101.3 ] Traefik v2 | Part 3 | Dealing with TLS certificates
24:35
Just me and Opensource
Рет қаралды 12 М.
The Ultimate Traefik Plugins Revealed
9:12
IBRACORP
Рет қаралды 20 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН