Live data from Hacker News

Viewing profile — steveb

steveb

HN member
Joined
Wed, Sep 08, 2010, 8:10 PM UTC
HN karma
1,299
Public activity
80 items

About steveb

No profile information was provided.

Recent public activity

  1. comment
    Comment #28585670

    There are a lot of developments around using Kubernetes as an IaC platform for the reasons in your comment. The combination of a standard API model in CRDs + the controller model m…

  2. comment
    Comment #14496986

    Before you leave, I'd love to talk to you. I'm in STL and looking for engineers to work in a professional, supportive, and inclusive environment. steve@aster.is

  3. story
  4. comment
    Comment #13357970

    Yes, we have designed it to deploy things like Kubernetes and Mesos clusters via integrations with Terraform and Packer.

  5. comment
    Comment #13353311

    We've been working on a directed graph execution engine called Converge https://github.com/asteris-llc/converge . In this case the task resource http://converge.aster.is/0.5.0/reso…

  6. story
  7. story
  8. comment
    Comment #10927674

    We have started work on exposing Hashicorp Vault secrets via FUSE and Docker volumes. The expectation is your containers will just mount secrets via a mount like /secret in the con…

  9. comment
    Comment #10628222

    Thanks for sharing this! With the mantl project https://github.com/CiscoCloud/microservices-infrastructure we feed mesos task information into consul. We've looked a lot a load bal…

  10. comment
    Comment #9714494

    tl;dr: mesos/marathon run the tasks, consul exposes the tasks in DNS. Both Mesos and Marathon store different views of task state on the cluster. How do we use this data to make it…

  11. comment
    Comment #9713786

    Thanks for bringing this up. We opened an issue to investigate: https://github.com/CiscoCloud/microservices-infrastructure/i...

  12. comment
    Comment #9713684

    Why you should care about this project: You wouldn't spend months building your own Linux distribution, so why spend time reinventing the wheel with chef/puppet/ansible? We're not …

  13. comment
    Comment #9713603

    KONG looks amazing, I haven't heard of it before. Here's how you would deploy it in microservices-infrastructure: 1. You'd deploy the cassandra mesos framework, giving you HA cassa…

  14. comment
    Comment #9707840

    We like Kubernetes (and are looking to add it to our project), but our goal is to integrate building blocks that allows us to run many different types of workloads. Think of our pr…

  15. comment
    Comment #9705604

    The real problem is going from tutorial to something you would use in production. Throw in logging, security and service discovery and you can have a few engineers hacking away for…

  16. comment
    Comment #9702186

    Our goals for this tool is to make it dead simple to deploy and run. The binary and a json config file is all you need to check a host. When you combine it with consul, we can inte…

  17. story
  18. comment
    Comment #9453934

    I'm pretty excited about this release. We just added deploying Vault on top of consul in the microservice/realtime data platform we're building: https://github.com/CiscoCloud/micro…

  19. comment
    Comment #9357342

    As someone who is contributing to this project, what we are focusing is making it easy to run and connect multiple containers and applications. We do this by: 1. Building in servic…

  20. story
  21. comment
    Comment #7821361

    I gave a 30-minute overview of Spark yesterday at StampedeCon. Spark is generating a lot of excitement in the big data community: https://speakerdeck.com/stevendborrelli/introducti…

  22. story
  23. story
  24. comment
    Comment #7261532

    There are a few efforts to support docker (and other) containers in Mesos under ( https://issues.apache.org/jira/browse/MESOS-816 ) As part of this, a couple of new docker efforts …

  25. story