So containers have become an essential part of modern application development. I would go as far to say that containers and micro services have had a similar impact to software development as “Object Oriented Programming”.
Now that being that I have been talking to a lot of people who use Monolithic applications and are looking for a way to break down their existing applications into a micro service approach and support the idea of using existing infrastructure, and don’t necessarily want to deploy on Linux for a variety of reasons.
Now based on that option, there is an established technology that can leverage your docker containers and orchestrate them in a windows environment. And that is Service Fabric.
I find the learning curve if you are looking at a monolithic application and breaking it into micro services is a lot easier to swallow with Service Fabric, and it does help you to break up your applications to make better use compute on your machines in the cluster and you can still leverage docker.
Below are some links to help you get started with Service Fabric if you are looking for information on this technology:
Concepts and Architecture:
- Understanding Micro Services
- High Level View
- Design Recommendations
- Patterns & Practices
- Why Micro Services?
Service Fabric Overview:
- What is Service Fabric?
- Overview
- Deploying an Application
- Lift and Shift Existing .net Applications
- Create and Manage a Cluster
- How To guides
- Securing the Cluster
- Building a web front end
- Getting started with Service Fabric and .net core
- Hosting .net core services on Service Fabric
Coding Samples:
null- https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-quickstart-dotnet
- https://github.com/Azure-Samples/service-fabric-dotnet-quickstart
- https://azure.microsoft.com/en-us/resources/samples/?service=service-fabric
- https://azure.microsoft.com/en-us/resources/samples/service-fabric-watchdog-service/
- https://azure.microsoft.com/en-us/resources/samples/service-fabric-dotnet-web-reference-app/
- https://azure.microsoft.com/en-us/resources/samples/service-fabric-dotnet-getting-started/
Videos:
null- https://channel9.msdn.com/events/Build/2017/P4020?term=service%20fabric
- https://channel9.msdn.com/Blogs/Azure/Azure-Service-Fabric?term=service%20fabric
- https://channel9.msdn.com/events/Build/2017/B8106?term=service%20fabric
- https://mva.microsoft.com/en-US/training-courses/16925?l=mudwqISGD_6005167344
- https://channel9.msdn.com/Shows/Cloud+Cover/Episode-210-Service-Fabric-Series-1-of-3-Introduction?term=service%20fabric
- https://channel9.msdn.com/Shows/Cloud+Cover/Episode-211-Service-Fabric-Series-2-of-3-Service-Fabric-with-Containers?term=service%20fabric
- https://channel9.msdn.com/Shows/Cloud+Cover/CloudCover212?term=service%20fabric
- https://mva.microsoft.com/en-US/training-courses/16747?l=tbuZM46yC_5206218965
- https://channel9.msdn.com/events/Build/2017/P4168?term=service%20fabric
- https://channel9.msdn.com/events/Build/2017/T6968-R1?term=service%20fabric
-
Top comments (0)