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....
I finally managed to understand what target group is used for exactly only through your clear explanation. Thank you very much.
Hi , ITs just Outstanding explanation , Keep going and Many Thanks for Great video , Simple and the Best explained .
Thank you, Keep learning
I liked your effort and technical details to help us understand stuff. Good Job👍
demonstration was easy and straightforward . Thanks for creating a simple example of load balancer.
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!
wow great,
simple and clear explanation amazing ,Tq u
thanks, simple to understand
Best tutorial out there
complex converts to simple, Hats off
Very clear explanation. Thank you
You are welcome!
nice explaination. thanks for the video.
Glad it was helpful!
This is straight forward explanation - Big Thank you
Thanks you, please share and subscribe
Very clearly explained sir .Thankyou so much
You are most welcome
Thank you for your clear explanation !
Glad it was helpful!
Thanks for your contents sir.. its all valuable
Thanx for to clear the concept of ALB... 🙏🙏🙏🙏🙏
It's my pleasure
awesome video
Thanks for the visit
Excellent Video!!! Thanks a lot
Thanks for video. very well Explained
Perfect explanation!!
Glad you think so!
Awesome
Awesome explanation
Loved it ❤️
Thank you sir for your clear demonstration :)
You are welcome
Crystal clear explanation, thank you so much
Nice explanation
beautiful and simple explanation
very awsome, continue like this
Thanks, will do!
Well explained
Great demo and explanation!
Glad you liked it!
Good demonstration
Good one
is very helpful, thank you
Thank you for valuable information
Very clear
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
This session was awesome, my doubts got cleared!! How can I port 443 with SSL certificate.
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.
Thanks so much sir
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
Thank you 👍
Can you use the params method exactly the same as you did with routes for this? Like ?instance=orders...
Good sir, revised forgot things.
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.
Can you upload video on KMS
What tool do you use to create these slides. They look nice!
ppt
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
hi, Very useful video. Do you have video for "redirect" url?
No, sorry
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
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
can you to one for route 53
hello.
these are very simple but i am having issue.
my target groups show unhealty status .
Alb actually knows the http request content and based on that it does route the traffic to micro services.
using port numbers an video please
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?
The apache code is not working for me
Nothing is getting printed
kindly go through the video again
could you post the code please?