You have laser precision when explaining a topic. There’s not 1 extra word that’s not needed in 22 mins. Extremely difficult finding good teachers, thanks man🙏🏽🙏🏽
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Very well explained, no silly analogies, just exactly how the thing woks. Thank you.
3 роки тому+8
This is by far the best video on Kubernetes I have seen yet. It just explains it so to the point and with simple examples that get across the information, and the schemes and animations are also very helpfull. Keep up the good work!
I bought Udemy course for CKA and thanks to Momshad a few months ago passed the exam. Unfortunately he does not have CKS tutorial but anyway still learning from him. Highly reminded.
@@tittoantony8174 If you study well and get simulation exam before real exam, you will find it easy. Sumutalion exam difficult than exam itself. Good luck in the exam.
Thank you so much! This is extremely valuable and practical information that seems to be hidden tribal knowledge in most places. You are enabling small companies and motivated individuals like me to make production-ready applications.
Quite good explanation. 2 points missed: * ExternalIPs in Services with Keepalived for K8s VIP and for Ingress VIPs * Ingress is a low quality abstraction. For development maybe it's ok but for production it's much easier to write NGINX / HAProxy configurations directly instead of tons of annotations.
This is pure gold !!! Thanks for this explanation, Ingress frustrated me so much because I never properly understood it, thank you!! seems like now I have a bit of transparency upon how it is exactly working.
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Very good explanation for beginners, contents and blocks are easily understandable. Would like to understand how an ingress controller will create an external load balancer in GCP/AWS?
nice video, thank you for share, I have a question, I recently heard at a conference that it was a good practice to use multiple ingress controllers in Kubernetes. Why?
"There are many reasons why you might need to have multiple ingress controllers: You need an internet facing one and a private network one You need different controller implementations: for some workloads you need the NGinx controller while for others you need Traefik (for example) Your cluster is used by many line of businesses and is segmented by namespace ; each line of business needs its own controller For whatever reason, you do not want to have a single public / private IPs for all your workloads"
great video and clear! I was wondering the main difference between ingress vs lb. Looks like both are working options but ingress gives you more flexibility
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Hey one request can you make one video on how to attach a load balancer like nlb in front of our kubernates cluster that can load balance between different nodes
Yes you can route traffic to a multi-port backend, you will need to define multiple rules in the ingress resource that target different ports on the same backend service.
Hi thanks for this great video. I see @7:30 you are exposing the Ingress Controller POD using port 38080, which is the high end port, but @12:10, you are expose the Ingress Controller POD using a service on port 443/80, did you need to override --service-node-port-range flag in kube-apiserver.yaml? why don't you use "hostNetwork: true", which is build-in the Ingress Controller POD yaml? thanks
Hi, could you explain how to configure multiple "private" ingress controller load balancer so to expose (and pay) only one public load balancer (5:40)?
A simple question: how do you read “kubectl”? The mentor announced it like “kube cuttle”, but I like to read it as “kube control”, which one is better and advised by the community?
Hey, If you configure Ingress - > are wear-service and video-service still load balancers as before, or do they change to something else entirely? Because there are no descriptions anymore and I'm not sure what to configure :')
The services (e.g., wear-service and video-service) will still act as load balancers, but they will be load balancing traffic that has been routed to them through the Ingress.
Very useful. Thank you for making this video. Question - I have 1 master node and 2 worker nodes in my cluster. How to "pin" that ingress controller to a node so that I don't have to keep updating my DNS record when the ingress controller nginx is down and get scheduled to another server?
Hi, thanks for watching our video. If you have any questions related to these videos, you can post in the comments section, we will clear your queries/doubts.
🚀Explore Our Top Courses & Special Offers: kode.wiki/40SkWyU
You have laser precision when explaining a topic. There’s not 1 extra word that’s not needed in 22 mins. Extremely difficult finding good teachers, thanks man🙏🏽🙏🏽
It's our pleasure. Glad you liked the video and it helped you. Thanks 😊
Wow! Building context for the requirement of Ingress & then bringing it to the table. That is just amazing for the idea to sink in. Thanks.
Glad it was helpful!
God...I can now explain what INGRESS is to my 4 year old kid.....Kudos man.
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Very well explained, no silly analogies, just exactly how the thing woks. Thank you.
This is by far the best video on Kubernetes I have seen yet. It just explains it so to the point and with simple examples that get across the information, and the schemes and animations are also very helpfull. Keep up the good work!
I bought Udemy course for CKA and thanks to Momshad a few months ago passed the exam. Unfortunately he does not have CKS tutorial but anyway still learning from him. Highly reminded.
Hello thank you for watching our video .We are glad that we could help you in your learning !
How was the exam. Even i too planned to appear
@@tittoantony8174 If you study well and get simulation exam before real exam, you will find it easy. Sumutalion exam difficult than exam itself. Good luck in the exam.
Thank you so much! This is extremely valuable and practical information that seems to be hidden tribal knowledge in most places. You are enabling small companies and motivated individuals like me to make production-ready applications.
Great explanation. Love the way you started with the reason why Ingress exists.
Quite good explanation. 2 points missed:
* ExternalIPs in Services with Keepalived for K8s VIP and for Ingress VIPs
* Ingress is a low quality abstraction. For development maybe it's ok but for production it's much easier to write NGINX / HAProxy configurations directly instead of tons of annotations.
This is pure gold !!! Thanks for this explanation, Ingress frustrated me so much because I never properly understood it, thank you!! seems like now I have a bit of transparency upon how it is exactly working.
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
@@KodeKloud Definitely !!!
Your explanation skills is very strong, It's look you'r very smart person.
Thanks for helping community.
Thank you for the appreciation. You can check our videos related to DevOps and subscribe to our channel to stay updated with all the latest tools.
By far the best and perhaps only one session needed to get k8s ingress concept right. Thanks a ton.
Thank you for the appreciation. You can check our videos related to DevOps and subscribe to our channel to stay updated with all the latest tools.
Thank you so much! This lecture is one of the best lectures I have come across . You're a fabulous teacher. 🙏
You're very welcome!
Excellent narration. The concepts are pretty clear and the this guy knows the subject
Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : )
Thank you so much. Anytime I want to revise the concept, your's is the one stop place. Keep up your good work.
Crisp, Precise and to the point. Ingress and its plumbing details well explained.
You are a wonderful teacher, probably better than professional teachers. Marvellous !. How I missed in all these days
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Fantastic explanation and illustration, very informative, thank you for this video.
Welcome!😊😊😊 We are always here to help you understand the DevOps concepts clearly. Also, please subscribe to our channel for more such videos 😊
Excelent!!! I love the way you explain all IT things, very clear. Thanks a lot.
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Very good explanation for beginners, contents and blocks are easily understandable. Would like to understand how an ingress controller will create an external load balancer in GCP/AWS?
best anatomy of ingress ever. also loved the comparison between load balancer type service vs ingress controller
We are so glad it helped you understand the concepts clearly. Thanks for watching the video😊😊😊
For the time-impaired, 6:44 is where ingress starts really being explained. I appreciate the context before that, though! Good video.
best video on the topic!!! NO JOKES!!!
Hi, we appreciate the kind comment! enjoy!
i have no word for your explantion
We will definitely take that as a compliment. Do subscribe to channel and stay tuned for more!
very informational with clear explanation by using simple yet useful examples.
Glad it was helpful! Please subscribe to our channel and keep supporting us 😊
One of the best explanations and really love the video work you did. Simply amazing
Comments like these motivate us to do more such videos. Thanks!🙏
Just a note The node port range is 30K to 32767.
Thanks for watching our video and sharing your input.
Awsome and precise explanation...Great Work.
Well done course. Easy to follow and makes perfect sense!
nice video, thank you for share, I have a question, I recently heard at a conference that it was a good practice to use multiple ingress controllers in Kubernetes. Why?
"There are many reasons why you might need to have multiple ingress controllers:
You need an internet facing one and a private network one
You need different controller implementations: for some workloads you need the NGinx controller while for others you need Traefik (for example)
Your cluster is used by many line of businesses and is segmented by namespace ; each line of business needs its own controller
For whatever reason, you do not want to have a single public / private IPs for all your workloads"
thank you! this has been extremely helpful!
Thank you for accurate explanation of ingress. Do you also have video for egress? Could you share the link. Thanks 😊
Very helpful, thank you, how do you point your backend to an external location or ip
great video and clear! I was wondering the main difference between ingress vs lb. Looks like both are working options but ingress gives you more flexibility
Glad it was helpful!
Nice session on Ingress. Thanks a lot
Thanks for great work. Have a question, if we have SQL DB and Webapi application how web api interact with SQL Db.
In this case, you can use Service k8s. With Service k8s the Api application can connect to Database internally.
You are the best! I love kodekloud
Happy to hear that!
Phenomenal video, thanks a lot!
You're very welcome!
Good explanation. Liked the ingress concept
We are glad you found our video helpful. Like and share our video with your peers and also do not forget to subscribe to our channel for not missing video updates. We will be coming up with more such videos. Cheers!
Thanks for your help friend!
Happy to help! Please subscribe to the channel and help us grow:)
Awesome and clear explaination
Glad it was helpful!
13:40 How to configure Ingress Resource
Great video. You should also include Ambassador as well as a ingress controller. Integrates with Istio, consul and linkered for service mesh.
Hey one request can you make one video on how to attach a load balancer like nlb in front of our kubernates cluster that can load balance between different nodes
Great explanation!
Thanks 🙏. Please subscribe and encourage us to provide more such quality content.
Pretty good explanation
Glad you think so!
can you suggest me the continuation video for this Ingress topic?
Visit our Courses at www.kodekloud.com and sign up to the CKA course to see the continuation videos.
Can we route traffic to multiport backend using ingress?
Yes you can route traffic to a multi-port backend, you will need to define multiple rules in the ingress resource that target different ports on the same backend service.
amazing work!
Thank you! Cheers!
where can we find the 2 types of labs videos for this ingress topic? do we need to enroll for the course to view these labs?
Our courses are having all the labs. Visit www.kodekloud.com to get the exposure to hands-on labs.
I love you. I got so confused with kubernetes my hairs turned whites :(
Ha Ha:) It's our pleasure. Glad you liked the video and it helped you. Please subscribe to the channel and support us😊😊
Very well explained
Very good tutorial. Well explained
Thank you! ☺️
Please subscribe and support us to do more such videos.
i think in the aws env we can use the application load balancer as an ingress ???
Hello, Is it possible to create an ingress resource without any rules?
Very helpful
Glad you think so!
@KodeKloud - NodePort Range in your example is wrong. It must be within 30000-32767 range. Otherwise your concepts and teaching methods are good.
Thanks for pointing out. We will definitely share the feed back to our team.
extensions/v1beta1 is not available anymore. apps/v1 is the ways to go, but then args is not recognized. Would be cool if someone can correct that.
You are too good.
Welcome 😊. Please subscribe to our channel & help us create more such videos.
Hi thanks for this great video. I see @7:30 you are exposing the Ingress Controller POD using port 38080, which is the high end port, but @12:10, you are expose the Ingress Controller POD using a service on port 443/80, did you need to override --service-node-port-range flag in kube-apiserver.yaml?
why don't you use "hostNetwork: true", which is build-in the Ingress Controller POD yaml? thanks
can you demo how to handle sticky-session with ingress?
Any !dea, how to fix Ingress related port 80 is already in use. please check the flag --http-port issue?
Thank you
You're welcome! Thank you🙂
Please subscribe and support us to do more such videos.
Ingress has an algorithm, how to improve or change the algorithm of the ingress?
"Please try to follow this:
stackoverflow.com/questions/71208110/is-someone-has-any-idea-where-can-i-edit-ingress-controller-algorithm"
@@KodeKloud thanks. It was me who made the thread. Hahaha
Hi, could you explain how to configure multiple "private" ingress controller load balancer so to expose (and pay) only one public load balancer (5:40)?
Where is the practice video of this project? Where can I find ?
Hello, the practice video mentioned in this video is available only in the paid courses. You can check out www.kodekloud.com to know more. Thanks.
Hello, I've a query
Are we supposed to make any changes on vNet level or we need to add vNet details somewhere to secure our internal service?
very helpful, thanks.
A simple question: how do you read “kubectl”? The mentor announced it like “kube cuttle”, but I like to read it as “kube control”, which one is better and advised by the community?
Wondering the same thing. I have heard both but would love to hear an "official" one.
I say kube c t l. Its easy and does it really matter
it's "kube cuttle"
Kube cutl is preferred at my place.
I want this see in praticals. what would be the video link ?
Oops, We don't have that video yet.
Thanks for the content but what is the deal with GCP? Irritating ad.
How do you set it up so the client hits your application. ??
Hey, If you configure Ingress - > are wear-service and video-service still load balancers as before, or do they change to something else entirely? Because there are no descriptions anymore and I'm not sure what to configure :')
The services (e.g., wear-service and video-service) will still act as load balancers, but they will be load balancing traffic that has been routed to them through the Ingress.
Well done
Thanks for appreciating our work. Cheers!
Perfect master!
why dint we have this class in Udemy , i was searching in Udemy
Great !
thanks!
Very useful. Thank you for making this video. Question - I have 1 master node and 2 worker nodes in my cluster. How to "pin" that ingress controller to a node so that I don't have to keep updating my DNS record when the ingress controller nginx is down and get scheduled to another server?
where is nginx role explained ?
too good
We are glad that you have enjoyed your learning experience with us : )
7:46 can any plzz tell the type of service of wear and watch..
They should be default (ClusterIP) services.
wow
Thanks for watching our video. Cheers!
Hosting an API on K8s is stupidly complex. I just want to host my API on k8s damn it. And God forbid if someone wants to do it on bare metal.
Thanks for watching our video. Cheers!
would love to see a training from KodeKloud on RabbitMQ and Redis
Thanks for watching our video and sharing your suggestion. We will look into that. Cheers!
Visually very easy but hard to understand
I HATE NETWORKING,
Watched a 100 videos but still im not getting antything,
Hi, thanks for watching our video. If you have any questions related to these videos, you can post in the comments section, we will clear your queries/doubts.
Very confusing video. Big salad of ingress, ingress-controller, proxy, GCP and non-GCP stuff.