-2

When I get on the dcos github, I am bombarded with directories and files, where exactly can I find the source code of dcos??? I am assuming there should be a directory named src but I could not find it... Thanks for your time

Michael Chang
  • 27
  • 1
  • 5

1 Answers1

1

You can find it here https://github.com/dcos

DCOS is just a set of software that is configured to work together to deliver complete Platform as a Service (PaaS). Main parts of DCOS are:

  • Mesos - hearth of whole DCOS
  • Marathon - scheduler that runs services on Mesos
  • Metronome - scheduler for Jobs (could be replaced with Chronos)
  • Minuteman - A Distributed load balancer (L3)
  • Marathon-LB - A service discovery & load balancing tool
janisz
  • 6,292
  • 4
  • 37
  • 70