Difference between revisions of "Software Defined Data Center Workshop"

From Gridkaschool
(Created page with "At first we will discuss what a SDDC differs from a classical data center. In the following part we will have a look at [http://mesos.apache.org Apache Mesos] an open source c...")
(No difference)

Revision as of 14:03, 18 August 2015

At first we will discuss what a SDDC differs from a classical data center. In the following part we will have a look at Apache Mesos an open source cluster scheduler which represents your cluster as a single big resource. We will start running tasks on our Mesos cluster with the Marathon framework. At the Addon day we will build our own framework which runs on Mesos.

Some recommend tools:

  • httpie
  • Texteditor of your choice

You should know the following basics:

  • Using a REST API
  • Basic Linux knowledge
  • Creating JSON files (optional know how to validate them)