Closed bcaldwell closed 8 years ago
The idea seems good to me. I don't really have a better one
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
What if we use minikube?
minikube requires VirtualBox to run last I checked. I would prefer not to have that as a dependency.
It runs on xhyve on mac os
we are already adding docker as a dependency so minikube is not that much different IMO. I am just being a devils advocate here
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...
I'm not opposed to trying both. Minikube would be easier so we can doing it with that first
I think we will have to chat about this in person but it does sound interesting :)
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)
solid naming convention
requirements:
Idea:
on
devctl up
docker run --label devctl=dns.resolve.name --label project=projectname --name something image
@karanthukral