Azure Service Fabric is an orchestration platform from Microsoft that can be used to deploy, manage, and package microservices and containers. It is similar to Docker Cloud and Kubernetes, but Service Fabric is a service that was created by Microsoft.
Another difference between these three is that Service Fabric is the only one that is fully integrated with other services of the Azure platform. Examples of this tight integration with the Azure platform include the fact that Azure Service Fabric can use API Management, Event Hub, and IoT Hub out of the box as stateless gateways. When using other providers, stateless gateways are mostly built manually. You can import Docker images into Azure Fabric as well, but the orchestration of the Docker containers is then fully handled by Azure Service Fabric.
Azure Service Fabric offers a...