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

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

Just me and Opensource

Just me and Opensource

Күн бұрын

Пікірлер: 57
@SpaghettiRealm
@SpaghettiRealm 3 ай бұрын
Good series, I watched the first one it was really insightful. Subscribed 🙏
@justmeandopensource
@justmeandopensource 3 ай бұрын
Awesome, thank you!
@zaheerhussain5311
@zaheerhussain5311 3 жыл бұрын
Appreciated to update old videos with latest one
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching.
@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 .
@rmnobarra
@rmnobarra 3 жыл бұрын
Mr. Venkat, great video! See you tomorrow!
@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.
@timothymeade-on-twitter
@timothymeade-on-twitter 3 жыл бұрын
Solid video on this tough topic.
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Hi Timothy, thanks for watching.
@DiscipulusMagistriMagni
@DiscipulusMagistriMagni Жыл бұрын
many thanks for all videos! taking notes and practicing whatever yu said
@justmeandopensource
@justmeandopensource Жыл бұрын
Thanks for watching.
@julianomoraisbarbosa
@julianomoraisbarbosa 3 жыл бұрын
Waiting for next. Excelente job! Thanks !!!
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching. Cheers.
@rafadekarz5055
@rafadekarz5055 2 жыл бұрын
Very easy to understand, great job!
@justmeandopensource
@justmeandopensource 2 жыл бұрын
Hi Rafal, thanks for watching. Cheers.
@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?
@tintin-wr7vt
@tintin-wr7vt 3 жыл бұрын
thanks Venkat, great video, it helps me a lot
@justmeandopensource
@justmeandopensource 3 жыл бұрын
Thanks for watching. Cheers 😊
@g-nice_pimp
@g-nice_pimp 6 ай бұрын
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 6 ай бұрын
Sure. Thanks for watching.
@fef-e4k
@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.
@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.
@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.
@genzoraiku1042
@genzoraiku1042 2 жыл бұрын
Thank you so much for making this So clear !
@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.
@Felipe-qf6ko
@Felipe-qf6ko 2 жыл бұрын
It would be great if you show how to enroute traffic through TCP to TCP services
@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.
@markdabasol6707
@markdabasol6707 2 жыл бұрын
thank you so much!
@justmeandopensource
@justmeandopensource 2 жыл бұрын
HI mark, Thanks for watching.
@justin6173
@justin6173 9 ай бұрын
If the entrypoint is websecure (433), must the DNS name always start with https?
@justmeandopensource
@justmeandopensource 9 ай бұрын
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.
@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
@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.
@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.
@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.
@YouTubers-rj9xv
@YouTubers-rj9xv 3 жыл бұрын
need video vault on kubernetes
@justmeandopensource
@justmeandopensource 3 жыл бұрын
In my list.
@pankajholariya8331
@pankajholariya8331 2 жыл бұрын
nice, but we need to buy lot of dns name.
[ 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
Рет қаралды 42 М.
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 11 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 64 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 54 МЛН
[ Kube 101.4 ] Traefik v2 | Part 4 | Exploring Middlewares
15:19
Just me and Opensource
Рет қаралды 9 М.
Traefik vs. Nginx performance benchmark
12:38
Anton Putra
Рет қаралды 49 М.
NGINX Explained - What is Nginx
14:32
TechWorld with Nana
Рет қаралды 269 М.
Simple HTTPs for Docker! // Traefik Tutorial (updated)
38:06
Christian Lempa
Рет қаралды 46 М.
[ Kube 85.2 ] Deploying Argo CD in Kubernetes | Creating your first App
20:23
Just me and Opensource
Рет қаралды 40 М.
[ Kube 86 ] Getting started with Kustomize tool for Kubernetes
21:36
Just me and Opensource
Рет қаралды 24 М.
Kubernetes NodePort vs LoadBalancer vs Ingress
6:27
Anton Putra
Рет қаралды 82 М.
Master Traefik 3 in 60 min: Best Docker Reverse Proxy
56:39
SmartHomeBeginner
Рет қаралды 27 М.
Ollama on Kubernetes: ChatGPT for free!
18:29
Mathis Van Eetvelde
Рет қаралды 9 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 327 М.
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 11 МЛН