Ohhhh man! what a great explanation . so simple and i was struggline all these years and found this like a boon. Its just like eating my evening snacks. If you are my teacher i can rule this world.
If i am not wrong, Load balance means request distribute to different instances of microservice. But here Application Load balancer is considering more of API Gateway i.e request is routing to different service based on request parameter.
very great explanation. Thanks for such great session. Having one question like in load balancer only selected target for order. So how load balancer select target for payment request because such targets are not selected while configuring load balancer.
Same query i have but in listener section they have added path which contains payments should be forwared to payments target group. While cheking blogs online i came across when you have multiple instances which have same services running then you need to call any one target group and for rest you need add it through listerner just the way he did. Suppose we have 2 different services http and ftp then in that case you have to define both target groups in configure routing section
One interesting thing i observed, one load balancer was enough with one target group routed to payments target group on port 80 and then based on path routed again to payments and orders target groups.
Thanks for tutorial but i have one doubt please clarify that. We have created 2 target grops orders and payments but in configure routing section we only called target group for orders and not for payments
I tried the script and I don't think mkdir works until you have root acess? so I had to manually go and create a DIR called orders, but I still cannot display on the web " this is the order app" it simply says index of /orders.. what am I doing wrong?
Couldn't be explained any better. Brilliant delivery!
Much appreciated!
Many thanks to Java home. Such a great explanation I have ever seen. Thank you❤.
Thank you subscribe for more related videos
The way you explain technical things in simpler way is awesome. Great session very helpful to understand concepts in depth. Thanks
Excellent details....
wow great,
simple and clear explanation amazing ,Tq u
I liked your effort and technical details to help us understand stuff. Good Job👍
Ohhhh man! what a great explanation . so simple and i was struggline all these years and found this like a boon. Its just like eating my evening snacks. If you are my teacher i can rule this world.
You're very welcome!
demonstration was easy and straightforward . Thanks for creating a simple example of load balancer.
I finally managed to understand what target group is used for exactly only through your clear explanation. Thank you very much.
Best tutorial out there
complex converts to simple, Hats off
Very clear explanation. Thank you
You are welcome!
This is straight forward explanation - Big Thank you
Thanks you, please share and subscribe
thanks, simple to understand
nice explaination. thanks for the video.
Glad it was helpful!
Very clearly explained sir .Thankyou so much
You are most welcome
Hi , ITs just Outstanding explanation , Keep going and Many Thanks for Great video , Simple and the Best explained .
Thank you, Keep learning
Awesome
Excellent Video!!! Thanks a lot
Thanx for to clear the concept of ALB... 🙏🙏🙏🙏🙏
It's my pleasure
Thank you for your clear explanation !
Glad it was helpful!
awesome video
Thanks for the visit
Thanks for video. very well Explained
Thanks for your contents sir.. its all valuable
very awsome, continue like this
Thanks, will do!
Perfect explanation!!
Glad you think so!
Good one
Awesome explanation
beautiful and simple explanation
Crystal clear explanation, thank you so much
Thank you sir for your clear demonstration :)
You are welcome
Loved it ❤️
Well explained
Nice explanation
Great demo and explanation!
Glad you liked it!
Good demonstration
is very helpful, thank you
Very clear
Thank you for valuable information
Thanks so much sir
Thank you 👍
Very good one. Can you please show this with spring boot
It is good one. really it is awesome. from this video learned to create alb. can I have API gateway with ALB and ecs fargate. Thanks
Good video can u make video on iam policy writing scripts
Sure Will do that
@@JavaHomeCloud thanks
If i am not wrong, Load balance means request distribute to different instances of microservice. But here Application Load balancer is considering more of API Gateway i.e request is routing to different service based on request parameter.
This session was awesome, my doubts got cleared!! How can I port 443 with SSL certificate.
Can you use the params method exactly the same as you did with routes for this? Like ?instance=orders...
very great explanation. Thanks for such great session. Having one question like in load balancer only selected target for order. So how load balancer select target for payment request because such targets are not selected while configuring load balancer.
Same query i have but in listener section they have added path which contains payments should be forwared to payments target group.
While cheking blogs online i came across when you have multiple instances which have same services running then you need to call any one target group and for rest you need add it through listerner just the way he did.
Suppose we have 2 different services http and ftp then in that case you have to define both target groups in configure routing section
Good sir, revised forgot things.
How did the health check for payments turned healthy as you only added orders target group to alb
After you add target groups to alb, it starts health check
@@JavaHomeCloud it's showing health checks failed with these codes 404
Want to know where did I go wrong
Can you upload video on KMS
What tool do you use to create these slides. They look nice!
ppt
if I run docker container on an ec2 node how I will mention the health check path in ALB, As it's in a docker container?
If your container is mapped with 8080:8080 then, according you have to configure, i.e. ip:8080/path
@@JavaHomeCloud will it will ping container's path
One interesting thing i observed, one load balancer was enough with one target group routed to payments target group on port 80 and then based on path routed again to payments and orders target groups.
hello.
these are very simple but i am having issue.
my target groups show unhealty status .
Thanks for tutorial but i have one doubt please clarify that. We have created 2 target grops orders and payments but in configure routing section we only called target group for orders and not for payments
can you to one for route 53
hi, Very useful video. Do you have video for "redirect" url?
No, sorry
I tried the script and I don't think mkdir works until you have root acess? so I had to manually go and create a DIR called orders, but I still cannot display on the web " this is the order app" it simply says index of /orders.. what am I doing wrong?
using port numbers an video please
Alb actually knows the http request content and based on that it does route the traffic to micro services.
The apache code is not working for me
Nothing is getting printed
kindly go through the video again
could you post the code please?