Is Kubernetes + Docker + AWS = Azure + Service Fabric?

前端 未结 2 646
余生分开走
余生分开走 2021-02-01 23:24

I see advantages of Kubernetes which include Rolling Deployments, Automatic Health check monitoring, and swinging a new server to action when an existing one fails. I also do u

2条回答
  •  一个人的身影
    2021-02-01 23:44

    Please find below a good comparaison article about the difference between ACS and Azure Service Fabric: https://blogs.msdn.microsoft.com/maheshkshirsagar/2016/11/21/choosing-between-azure-container-service-azure-service-fabric-and-azure-functions/

    Could you please clarify what you refer to when you talk mentionne "AWS" ?

    From a "developer level" solution could be statefull in both cases but it have a major difference from an Infrastructure point of view:

    • Docker + Kuberest is a "IaaS" oriented solution
    • Azure Service Fabric (if you are using Azure service) is a PaaS solution.

    IaaS is, in general, more costly and have a more significant maintenance cost. From a support point of view:

    • Azure Service Fabric is supported by Microsoft
    • Docker and Kubernetest are more open source oriented

    Hope this help.

    Best regards

提交回复
热议问题