跳到主要内容

容器

Tips

集群调度

  • Monolithic scheduling

    • Apache Hadoop YARN denote by Yahoo
    • 用于高性能计算
    • an architecture that enforces capacity, fairness and deadlines.
    • 执行大量短期计算任务
  • Two-level scheduling

    • Mesos
  • Shared-state scheduling

    • Google Omega
    • Kubernetes
    • an architecture that gives control to the developers, assuming that they respect the rules concerning the priority of their jobs in the cluster
    • 执行少量长期运行服务
  • Comparison of Container Schedulers

  • Inproving kubernetes schedulers performance