Microsoft Buys Deis

Microsoft wants to expand its cloud computing presence and it believes the best way is to bring in more cloud computing developers into its fold. To this end, it has acquired a cloud container specialist called Deis from a cloud orchestration company called Engine Yard. The financial details have not been disclosed.

Deis is a technology that works well with cloud containers. If you’ve never heard this term before, container means independently deployable code that accomplish a specific task. Each of these containers are discrete and require little to no interaction with other container components. The entire logic for a single functionality is contained within it.

This container is the fundamental building block of virtualization environments. In addition, a container knows how much of processing power it needs and the calls it has to make through the respective Application Programming Interface (API).

These containers are the most essential for an agile cloud-based development environment as they can be quickly deployed when compared to monolithic architecture. Also, microservices architecture that is based on these containers, is catching up in a big way because of the need to have short deployment circles on the cloud and also to overcome the many disadvantages that come with monolithic architecture.

Handling these container components is the cornerstone of Deis’ operations. It provides three open-source tools for managing all kinds of Kubernetes deployments. These three container services are:

  • Workflow – this is the technology that allows developers and organizations to deploy and manage container components.
  • Helm – this is a Kubernetes manager that handles different components
  • Steward – this is a Kubernetes-native broker that enables communication between different containers, on a need basis.

Since Deis specializes in creating such components, it makes sense for Microsoft to bring it under its fold before other companies get to it. Also, such a container-based environment can work well for Azure too, and this is one of the main reasons for Microsoft to make this move. With this acquisition, Microsoft hopes to catch up with AWS in terms of cloud market share.

Also, Microsoft believes this acquisition can give it a lead over other players such as Google and IBM that are fast catching up. Through this move, Microsoft has also filled a gap in cloud skills development and this can give it an edge over other players in the long run, provided other companies continue in the same state of operations.

From Deis perspective, this is the best thing that can happen to it. In general, small companies expect to get acquired by one of the larger players, so being acquired by Microsoft is in many ways an honor for Deis and its parent company Engine Yard.

So what does this acquisition mean for the cloud market as a whole? Well, not much really.

AWS is so widespread and pervasive that it doesn’t see these developments as a threat to its competition and existence. For the others, it’s simply more food to the party.

The post Microsoft Buys Deis appeared first on Cloud News Daily.