bcaldwell / devctl

http://devctl.github.io
MIT License
1 stars 0 forks source link

proposal for managing services #30

Closed bcaldwell closed 8 years ago

bcaldwell commented 8 years ago

requirements:

on devctl up

@karanthukral

karanthukral commented 8 years ago

The idea seems good to me. I don't really have a better one

bcaldwell commented 8 years ago

The only annoying thing with this is youd have to use mysql.project.devctl:devctl port as the url instead of just mysql.project.devctl. Also if someone takes our devctl port we are screwed

karanthukral commented 8 years ago

What if we use minikube?

bcaldwell commented 8 years ago

minikube requires VirtualBox to run last I checked. I would prefer not to have that as a dependency.

karanthukral commented 8 years ago

It runs on xhyve on mac os

karanthukral commented 8 years ago

we are already adding docker as a dependency so minikube is not that much different IMO. I am just being a devils advocate here

bcaldwell commented 8 years ago

Does it have something that runs on linux as well? I would like to support both.

Does kubernetese/ minikube hande dsn resolving? The nice thing about minikube is that it would have its own ip...

bcaldwell commented 8 years ago

I'm not opposed to trying both. Minikube would be easier so we can doing it with that first

karanthukral commented 8 years ago

I think we will have to chat about this in person but it does sound interesting :)

bcaldwell commented 8 years ago

ya sounds good. Let me know when you have some free time. I'll work on adding more services in the meantime (PS. I renamed languages to services)

karanthukral commented 8 years ago

solid naming convention