Click here to Skip to main content
15,896,557 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Microservices and Service Fabric? Pin
Marc Clifton4-Jul-18 14:53
mvaMarc Clifton4-Jul-18 14:53 
GeneralRe: Microservices and Service Fabric? Pin
Sander Rossel4-Jul-18 20:31
professionalSander Rossel4-Jul-18 20:31 
GeneralRe: Microservices and Service Fabric? Pin
Marc Clifton4-Jul-18 23:43
mvaMarc Clifton4-Jul-18 23:43 
GeneralRe: Microservices and Service Fabric? Pin
adambl5-Jul-18 0:07
professionaladambl5-Jul-18 0:07 
GeneralRe: Microservices and Service Fabric? Pin
Nelek5-Jul-18 0:13
protectorNelek5-Jul-18 0:13 
GeneralRe: Microservices and Service Fabric? Pin
adambl5-Jul-18 0:17
professionaladambl5-Jul-18 0:17 
GeneralRe: Microservices and Service Fabric? Pin
Nelek5-Jul-18 0:28
protectorNelek5-Jul-18 0:28 
GeneralRe: Microservices and Service Fabric? Pin
Sander Rossel5-Jul-18 21:57
professionalSander Rossel5-Jul-18 21:57 
Prepare to chew some foot Big Grin | :-D

One reason to work with microservices is that you can deploy the services independently.
If you have a sales service and a stock service you can implement new features in sales and deploy them as a single unit, no need to build and test stock so deployments should be fast and cheap (and different teams can work on and deploy different services independently).
That also means, unlike traditional monoliths, that some parts of the system can be way busier than others.
Since the stock service is used by the sales, production, and purchasing services it's probably a lot busier than any of those other services.
What Service Fabric (or Kubernetes) can do for you is scale up a couple of extra instances (on different servers if need be) of the stock service if the load is heavy and scale them down when the load decreases.
Service Fabric also takes on the role of a load balancer in that case.
Another benefit is that if you have multiple instances on different servers you can update a server and still have at least one instance of a service so a server update has no downtime for your applications.
And, of course, the same goes for deployments, no downtime whatsoever Smile | :)

NewsRe: Microservices and Service Fabric? Pin
RickZeeland4-Jul-18 22:49
mveRickZeeland4-Jul-18 22:49 
GeneralRe: Microservices and Service Fabric? Pin
adambl4-Jul-18 23:27
professionaladambl4-Jul-18 23:27 
GeneralRe: Microservices and Service Fabric? Pin
Sander Rossel5-Jul-18 21:46
professionalSander Rossel5-Jul-18 21:46 
GeneralRe: Microservices and Service Fabric? Pin
adambl5-Jul-18 23:50
professionaladambl5-Jul-18 23:50 
GeneralRe: Microservices and Service Fabric? Pin
adambl5-Jul-18 0:00
professionaladambl5-Jul-18 0:00 
GeneralRe: Microservices and Service Fabric? Pin
Sander Rossel5-Jul-18 21:40
professionalSander Rossel5-Jul-18 21:40 
GeneralRe: Microservices and Service Fabric? Pin
mkolter5-Jul-18 3:55
mkolter5-Jul-18 3:55 
GeneralRe: Microservices and Service Fabric? Pin
Sander Rossel5-Jul-18 21:38
professionalSander Rossel5-Jul-18 21:38 
GeneralRe: Microservices and Service Fabric? Pin
AReady6-Jul-18 4:11
AReady6-Jul-18 4:11 
GeneralRe: Microservices and Service Fabric? Pin
Sander Rossel7-Jul-18 8:32
professionalSander Rossel7-Jul-18 8:32 
AnswerRe: Microservices and Service Fabric? Pin
AReady8-Jul-18 22:27
AReady8-Jul-18 22:27 
GeneralRe: Microservices and Service Fabric? Pin
Sander Rossel9-Jul-18 10:22
professionalSander Rossel9-Jul-18 10:22 
GeneralSongs of the day. Pin
Maximilien4-Jul-18 2:48
Maximilien4-Jul-18 2:48 
GeneralRe: Songs of the day. Pin
Ron Anders4-Jul-18 4:32
Ron Anders4-Jul-18 4:32 
GeneralRe: Songs of the day. Pin
OriginalGriff4-Jul-18 5:08
mveOriginalGriff4-Jul-18 5:08 
GeneralRe: Songs of the day. Pin
User 48350474-Jul-18 7:40
User 48350474-Jul-18 7:40 
GeneralMessage Closed Pin
4-Jul-18 2:26
professionalKaspersky Support USA4-Jul-18 2:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.