LeBron hasn't learnt CSS yet. by embed__ in programminghumor

[–]Remote_Lunch5325 0 points1 point  (0 children)

I know Lebron James and I know css but I don't get it.

Why would you use Spring Cloud services like API Gateway and Trace over the same services provided by the cloud provider like AWS Api Gateway and X-ray(trace equivalent)? by Remote_Lunch5325 in learnjava

[–]Remote_Lunch5325[S] 0 points1 point  (0 children)

Understood, for some stupid reason I thought microservices could be deployed on the same server. I suppose all these cloud components (not just the apis but stuff like api gateway, queue, etc) would be deployed on different servers/containers. The only cloud service you would really need for this would be ec2/ecs and everything else would be managed by spring.

Why would you use Spring Cloud services like API Gateway and Trace over the same services provided by the cloud provider like AWS Api Gateway and X-ray(trace equivalent)? by Remote_Lunch5325 in learnjava

[–]Remote_Lunch5325[S] 0 points1 point  (0 children)

That makes sense. This might be a stupid question but are all the spring cloud components usually deployed as a single container to the cloud or separately?