Slashdot Mirror


Data Center Management Darling Mesosphere Embraces Open Source (fiercecio.com)

An anonymous reader writes: Cloud computing startup Mesosphere has opted to open-source its data center management platform. This move is backed by Microsoft, Hewlett-Packard Enterprise, Cisco Systems and roughly 60 other tech partners. The three-year-old San Francisco company's datacenter operating system (DCOS) was built as an operating system for all services in a data center to function as one pool of resources. Capabilities include the quick, app store-like installation of more than 20 complex distributed systems, including HDFS, Apache Spark, Apache Kafka and Apache Cassandra, Mesosphere said in an announcement. Although some of the company's technologies were already available as open source, others were propriety until now. Mesosphere said it welcomes additional enterprises interested in partnering on this open source project.Wired has more details on this in its slightly enthusiastic report titled You want to build an empire like Google's? This is your OS.

1 of 19 comments (clear)

  1. DCOS by IMightB · · Score: 5, Interesting

    I attended UberConf last year in Denver, and heard a presentation regarding DCOS. It is an interesting project, it was extremely easy to configure, I basically had an 8 node cluster running in AWS in minutes. It was also very easy to install kubernetes, and several other "cloudy" applications.

    If I remember correctly, all I had to do was something like

    dcos install kubernetes

    I took it down due to lack of interest within my org. But may resurrect it to check it out again.