Thank you for this demo! May I ask how you did the load testing? Is the code open sourced somewhere?
@AshutoshSharma312 жыл бұрын
Microsoft demo using apple laptop :)
@we.do.devops Жыл бұрын
true haha
@Deltacasper2 жыл бұрын
Thanks for the demo, when do you expect the service to be generally available (out of preview) ?
@asg102 Жыл бұрын
How did you trigger the load test? did you do this via Azure?
@vladimirEncina2 жыл бұрын
great video, this is a huge boost to the begginners
@USONOFAV2 жыл бұрын
Is this on par with Kubernetes orchestration when I want to scale my app? The only disadvantage of this is, it is Azure specific and you can't migrate to other cloud or is the anything else? Can it do blue-green deployment?
@ThDaViDs07 Жыл бұрын
I am using in production, it's really good and amazing fast
@MSFTMechanics Жыл бұрын
Great to hear!
@HimalayaGarg2 жыл бұрын
How those two containers are talking to each other after moving Payment code to Microservice? Isn't the url different for Payment Microservice?
@we.do.devops Жыл бұрын
In Kubernetes, each Pod has an IP address. A Pod can communicate with another Pod by directly addressing its IP address, but the recommended way is to use Services. so your containers are talking with each other using services and not urls
@_dinesh2 жыл бұрын
Thank you for the video. Just curious so what happens when it "scales to zero" and a http request is received when there are no pods running? Would the user get a 404, timeout or just a very slow response?
@twitchizle Жыл бұрын
the first requests takes ~15seconds slow response, other requests are fast. if there is no any requests within 5mins, it will scale to zero again.
@imosflow2 жыл бұрын
super!
@ansu333adoor2 жыл бұрын
🎉
@drummerboi4eva2 жыл бұрын
Super !!
@Giotheasy7 ай бұрын
Of course MS engineer using mac
@teebu2 жыл бұрын
How do I get application insights to work with container apps? I figured it out, if you have a cloudfunction docker image, you just need to add ENV variable with your APPINSIGHTS_INSTRUMENTATIONKEY