Live data from Hacker News

Viewing profile — mkulke

mkulke

HN member
Joined
Fri, Apr 24, 2015, 7:24 AM UTC
HN karma
8
Public activity
13 items

About mkulke

No profile information was provided.

Recent public activity

  1. comment
    Comment #11223505

    Yes, the part "Some open hard problems/Configuration" was particularly interesting to me. Over time we evolved our tooling around k8s to a versioned (e)yaml + jq + rc.tpl.json => r…

  2. comment
    Comment #11223434

    Kubernetes is integrated with a lot of IaaS providers to get you a block storage volume to persist your data on. Once you request a persistent volume in a container it will provisi…

  3. comment
    Comment #10789205

    > Two things which I never understood about using environment variables are how do you version control the changes and how do you manage these variables when you have more than jus…

  4. comment
    Comment #10641999

    to a degree, i guess. On AWS there are a lot of services, which would qualify as PaaS offerings. Even on Rackspace, you get Databases (and HA Groups), Load-Balancers (w/ SSL termin…

  5. comment
    Comment #10641642

    I guess those expectations are part of the problem, a talk in the recent openstack conf higlighted this: OpenStack was initially created for what these days is called "cloud-native…

  6. comment
    Comment #10513422

    There is an open issue in which we came to more or less the same conclusion as mentioned the article (not a bug, but a feature of the TCP/IP protocol). i am a bit puzzled why other…

  7. comment
    Comment #10513027

    We have a very nasty issue in kubernetes with it's userspace-proxy leaking handles, when misbehaving workload doesn't close connections properly (e.g. Java InputStreams). Could thi…

  8. comment
    Comment #10355980

    Official API support would be nice. We need to query repos for specific tags. we're using the unofficial API currently, but having our cd pipeline rely on that does not feel right.…

  9. comment
    Comment #10180433

    Yeah, the HA information was buried/non-existent in the docs until recently, I guess. We also ran into issues when replacing the master, b/c the kubelets where fixed to an ip and t…

  10. comment
    Comment #10180404

    Specifically some canonical instructions on how to harden a cluster would be helpful. Many Starting Guides have nodes use plain http to talk to the api server, thus even deployed c…

  11. comment
    Comment #9964522

    Corekube is somewhat complex template (and not supported by kubernetes currently). Just attempt to roll your own, it's actually not that hard. You can use the official coreos "gett…

  12. comment
    Comment #9444724

    Funny, we're running the rackspace-monitoring-agent on CoreOS like that. however we do docker pull/extract before running systemd-nspawn, if i got it right the systemd-tooling can …

  13. comment
    Comment #9431898

    Agreed. I am deeply impressed about how "approachable" kubernetes actually is, considering what it does. The overall design concepts are quite simple and the reasoning behind them …