From the course: Azure Service Fabric for Developers

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Service Fabric versus Kubernetes

Service Fabric versus Kubernetes - Azure Tutorial

From the course: Azure Service Fabric for Developers

Start my 1-month free trial

Service Fabric versus Kubernetes

- [Instructor] The use of containers has been for several years now widely used in cloud native applications. This technology has impacted the software development industry and has changed the way of designing, operating, distributing and monitoring systems. This fact has encouraged the creation of various container orchestrators. One of the main functionalities in an orchestrator is the container life cycle management, that is, the provisioning of containers. Additionally, the scaling of existing containers, allocation of resources among other things. We can say that today, one of the most remarkable container orchestrators in the industry is Kubernetes. The main difference between Kubernetes and Service Fabric is that Service Fabric has three mechanisms to deploy and run applications. The first one is a propriety programming model that you can optionally use in your applications. This programming model allows you to build a…

Contents