Live data from Hacker News

Viewing profile — brendandburns

brendandburns

HN member
Joined
Mon, Apr 06, 2015, 4:20 PM UTC
HN karma
380
Public activity
34 items

About brendandburns

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #11305913

    Kubernetes handles most of this seemlessly for the cluster infrastructure. The central master handles node failures by removing nodes that aren't heartbeating. On the node, we requ…

  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #11013646

    this was originally sent out on twitter by a bunch of people (including myself) who are working on containers (and have a container-oriented set of followers) so I'm pretty certain…

  10. story
  11. story
  12. story
  13. comment
    Comment #10589165

    Disclaimer: I work on Kubernetes for Google Its great to see this launch. We've had flexible resources for container workloads for a while, its great to see them be available for m…

  14. story
  15. story
  16. comment
    Comment #10509501

    NB: I'm one of the founders of the Kubernetes project I'd recommend anyone trying to install Kubernetes check out: https://get.k8s.io/ Or the single node Docker based instructions:…

  17. story
  18. story
  19. story
  20. comment
    Comment #9964765

    (which is a long-winded way of saying: PRs welcome, please help us make it better ;)

  21. comment
    Comment #9964757

    (acknowledgement, I'm a contributor to Kubernetes) It is well supported on AWS as well, and a variety of bare-metal solutions (e.g. Red Hat Atomic, CoreOS) However, concretely, it …

  22. comment
    Comment #9657554

    the problem with port mangling is that your application starts running on random ports, so in addition to requiring discovery for IP addresses, you now also have to do discovery fo…

  23. comment
    Comment #9657546

    Please check out the Secrets object in Kubernetes: https://github.com/GoogleCloudPlatform/kubernetes/blob/maste... which is designed to address some of this.

  24. comment
    Comment #9654889

    Users of the Google Cloud run Docker in VMs, since VMs are what the Google Cloud Platform sells. (as does every public cloud provider [e.g. AWS]) For now, VMs are required to ensur…

  25. comment
    Comment #9654837

    (kubernetes contributor here) SDN isn't required for k8s, what is required is that each Pod (group of containers) get it's own IP address, and that the IP address is routeable in t…