Live data from Hacker News

Viewing profile — thedevopsguy

thedevopsguy

HN member
Joined
Thu, May 22, 2014, 9:03 AM UTC
HN karma
57
Public activity
28 items

About thedevopsguy

No profile information was provided.

Recent public activity

  1. comment
    Comment #23466056

    I find it interesting that many people seem to conflate the complexity of managing infrastructure and services with K8s. K8s is complex because managing distributed services is. No…

  2. comment
    Comment #23427079

    Your standards aren't too high but I think you must realise that this is a cultural problem with little hope of changing. Even if the push comes from the CTO, it will take years fo…

  3. comment
    Comment #23017934

    I'm referring to having the same testing, deployment,packaging,versioning policies etc being consistently applied across projects within the same repository not deploying, testing …

  4. comment
    Comment #23017654

    Without knowing more about their architecture it is difficult to comment beyond the conclusion Alexandra Noonan came to, stated at the beginning of the article. It looks like to me…

  5. comment
    Comment #16971607

    I've been an early adopter of docker. Used Compose when it was still called Fig, used and deployed kubernetes beta up to version 1 for in-house PAAS/heroku like environment. Must s…

  6. comment
    Comment #16335254

    Kubernetes by itself may be daunting for most teams. But I'm not sure I understand the backlash. Once you've built your application and it's been packaged (containerized) and deplo…

  7. comment
    Comment #16281027

    My comment wasn't too clear. I'm not talking about just running docker cli on Windows or using windows 10 containers. Am yet to see a coherent story on how to write say a Java appl…

  8. comment
    Comment #16276007

    Hadn't thought of it from this angle. Docker's only chance of survival is to have a cross platform container. Something that works on Windows and Linux. Perhaps Docker's only play …

  9. comment
    Comment #16275950

    It's all about Openshift. Redhat developers have actively contributed to Kubernetes for about two years now. Now they'll own the entire stack and have a great integration story for…

  10. comment
    Comment #10505689

    The docker ecosystem is hard to follow. Like you've just mentioned there are multiple solution to each problem. Docker based solutions for orchestration(Swarm), storage (v1.9) and …

  11. comment
    Comment #10304360

    Hi Ctex, It's neat that beluga is written predominantly in bash but it's also difficult to see what Beluga actually does. Right now it looks like it sets up an environment for a do…

  12. comment
    Comment #10304063

    Wasn't aware of their move. A microservices architecture then makes the technical conversation about the service, it's latency, performance rather than implementation details. Is i…

  13. comment
    Comment #10303389

    Or move everything to a microservices architecture and use the best suited language for each subsystem. It would force both camps to engineer for composability and open service api…

  14. comment
    Comment #9445110

    Log analytics is a big topic so I'll hit the main points. The approach you take to logging depends on the analysis you want to do after the log event has been recorded. The value o…

  15. comment
    Comment #8493187

    Missed the extra 9. Read and re-read. sincerely thought he called two identical categories rare and very rare. Long day thanks.

  16. comment
    Comment #8493109

    My brain is shutting down and I can't parse this phrase. [1] "If you lack an antigen that 99 per cent of people in the world are positive for, then your blood is considered rare." …

  17. comment
    Comment #8256782

    There is some confusion around the article and it may be because of the way it is written. but here's a brief summary. Hope this helps to clarify: * The theory/hypothesis is not sa…

  18. comment
    Comment #8253863

    According to Pennebaker status is negotiated at the beginning of a new interaction when the perceived status of the participants is unclear. The frequency of the filler words mark …

  19. comment
    Comment #8108649

    Haven't seen flats sell as quickly as they are now. Living a 3 minute walk from Liverpool Street station and the flat I wa renting sold by the second viewing. It was on the market …

  20. comment
    Comment #8108215

    When I first starting working with docker I'd use the docker inspect $CONTAINER | grep -i VAR pattern alot until I discovered that you can do use the container name and do go with:…

  21. comment
    Comment #7970048

    Ecstasy and water poisoning are related. Ecstasy makes users extremely thirsty. Water poisoning related deaths at raves have been reported. About 6 L is enough to put a lot of peop…

  22. story
    Exploring docker container resource monitoring

    Quick and dirty monitoring of docker containers.

  23. comment
    Comment #7869205

    Using a log shipper is probably the best workaround in this scenario 1.) logrotate at the end of the day 2.) have your logshipper watch docker log folder for each container 3) Log …

  24. comment
    Comment #7865395

    Remember this book too. It's a classic text in AI. I think what they were trying to say in the intro is that the approach has a significant effect on how much effort is wasted. The…

  25. comment
    Comment #7856871

    Elastic Search make their money from Enterprise support licenses. There are so many ways of installing it , scaling and optimizing depending on application. Don't forget the traini…