Dec 05 2017
09:19 AM
- last edited on
Apr 15 2021
11:37 AM
by
TechCommunityAP
Dec 05 2017
09:19 AM
- last edited on
Apr 15 2021
11:37 AM
by
TechCommunityAP
Do you have any good rules of thumb for identifying workloads that would be good candidates for Containerization?
Dec 05 2017 09:36 AM
Hey Steven,
First and foremost, container are well-suited where the OS trusts the workloads running in it. Workloads that you can break into componentized pieces are great as well--the microservice architecture is well suited for such a thing. Our friends over at the .NET team have written up guides, tutorials, and git projects which help to illustrate this idea. I'd start there: https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/