Live data from Hacker News

Viewing profile — davidooo

davidooo

HN member
Joined
Mon, Jul 20, 2015, 9:27 PM UTC
HN karma
25
Public activity
5 items

About davidooo

No profile information was provided.

Recent public activity

  1. comment
    Comment #9925600

    When Kubernetes runs on Mesos, that's correct. Kubernetes can also run directly on VMs or physical machines.

  2. comment
    Comment #9925555

    There's also a hosted version of Kubernetes, called Google Container Engine: https://cloud.google.com/container-engine/

  3. comment
    Comment #9925518

    The page you linked to describes a slightly different feature, namely the ability to restrict and override the resource requirements of Pods at the time they are submitted to the s…

  4. comment
    Comment #9925029

    Currently resource requirements are specified only on containers, not Pods. The requirements for the Pod are computed by adding up the requirements of the containers within the Pod…

  5. comment
    Comment #9924582

    The Kubernetes scheduler also does resource-aware scheduling. You're correct that it tries to spread replicas across nodes, but it only spreads them across the nodes that have enou…