Live data from Hacker News

Viewing profile — ryanl-ee

ryanl-ee

HN member
Joined
Wed, Mar 30, 2016, 7:54 PM UTC
HN karma
5
Public activity
6 items

About ryanl-ee

[ my public key: https://keybase.io/ryanlee; my proof: https://keybase.io/ryanlee/sigs/HvVBHRAi-SX7jq8dTADHV_B6318DmyraVIQSfnamugw ]

Recent public activity

  1. comment
    Comment #15897531

    It's easy enough to set that up (though it's not the recommended use case) using kubeadm.

  2. comment
    Comment #13560493

    Azure Container Service is simply a PaaS-ish offering of Swam, DC/OS, or Kubernetes. It still spins up VMs that you can log into, but handles deployment/provisioning of the product…

  3. comment
    Comment #13382980

    I use Madsonic with the Dsub Android app.

  4. comment
    Comment #12145930

    Have you checked out DC/OS? It's built on Mesos/Marathon/etc. and has some pretty cool service discovery/routing built in, i.e. Minuteman which allows you to define virtual IPs and…

  5. comment
    Comment #11397657

    Well, the included packages in the "dcos package" CLI repo are just the prepackaged frameworks. You can actually deploy Kubernetes on top of DCOS in the same way - it natively supp…

  6. comment
    Comment #11392417

    Have you checked out DCOS? Once you have your cluster set up, your path to installing Spark is running "dcos package install spark" on your laptop.