Live data from Hacker News

Digital Ocean droplets manager for OS X

davidhsiehlo.com

11–20 of 26 posts

Re: Digital Ocean droplets manager for OS X

#11

Earlier quoted context omitted.

Its less "often" and more "convenient". If you need to make a chance, reboot, shutdown, etc, is it easier to open your browser, login to DO, find the droplet, etc? Or two clicks in the menubar?

Can't imagine not trying to login to the server and doing some investigation before just doing a blind reboot I agree with parent, and prefer this http://fitztrev.github.io/shuttle/ Best of both worlds (and works with all hosts) only thing you lose is the 1 click reboot/shutdown

I use shuttle (all of our infrastructure is AWS); excellent recommendation.

And you would be surprised how often blind reboots happen (sometimes you don't get to make the call).

Disclaimer: DevOps/Sysadmin.

Re: Digital Ocean droplets manager for OS X

#12
post #10

Earlier quoted context omitted.

Its less "often" and more "convenient". If you need to make a chance, reboot, shutdown, etc, is it easier to open your browser, login to DO, find the droplet, etc? Or two clicks in the menubar?

Versus click the bookmark to your droplet list or linode list? Or do your service maintenance via ssh on the box?

I'm saying it clearly has value. You may not agree, but there appears to be an audience for the tool.

Re: Digital Ocean droplets manager for OS X

#14

Earlier quoted context omitted.

Can't imagine not trying to login to the server and doing some investigation before just doing a blind reboot I agree with parent, and prefer this http://fitztrev.github.io/shuttle/ Best of both worlds (and works with all hosts) only thing you lose is the 1 click reboot/shutdown

I use shuttle (all of our infrastructure is AWS); excellent recommendation. And you would be surprised how often blind reboots happen (sometimes you don't get to make the call). Disclaimer: DevOps/Sysadmin.

Hopefully you aren't taking calls from the Sales Guy telling you to reboot blind https://www.youtube.com/watch?v=W8_Kfjo3VjU :P

Re: Digital Ocean droplets manager for OS X

#15

Earlier quoted context omitted.

I use shuttle (all of our infrastructure is AWS); excellent recommendation. And you would be surprised how often blind reboots happen (sometimes you don't get to make the call). Disclaimer: DevOps/Sysadmin.

Hopefully you aren't taking calls from the Sales Guy telling you to reboot blind https://www.youtube.com/watch?v=W8_Kfjo3VjU :P

Classic!

Re: Digital Ocean droplets manager for OS X

#18

Neat. I'd love something like this that supported all the major cloud providers (perhaps via libcloud https://libcloud.apache.org/ )

It's doesn't have a UI, but I wrote a command line tool called Overcast that lets you create/manage/destroy/reboot DigitalOcean and Linode VMs. Support for AWS is on the roadmap. http://andrewchilds.github.io/overcast

    # Create a new Ubuntu 14.04 instance on DigitalOcean
    $ overcast digitalocean create db_01 --cluster db

    # Create a new Ubuntu 14.04 instance on Linode
    $ overcast linode create db_02 --cluster db

    # Configure both instances in parallel
    $ overcast run db install/core install/redis --parallel
    $ overcast expose db 22 6379 --parallel

    # Interact with both instances at once over SSH
    $ overcast ssh db

    # Reboot, snapshot, destroy, etc
    $ overcast digitalocean snapshot db_01 db_01_snapshot
    $ overcast digitalocean reboot db_01
    $ overcast linode destroy db_02

Re: Digital Ocean droplets manager for OS X

#20

"This application requires OS X 10.9 or later". Looks awesome though. I'd definitely use it if it ever gets 10.8.5 support.

Just curious- what issues are keeping you from upgrading?

(Personally knowing very little about OS X development...)

Are there 10.9-specific features at work here preventing it from being 10.8.5-compatible? I also haven't upgraded yet.

Post reply on HN