hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

provide a 'Service import' UI #42

Open jstrachan opened 9 years ago

jstrachan commented 9 years ago

folks may have shared services in namespace foo that they wish to export into namespace bar so a little UI to help folks create services in bar with the same name which just link to those services in foo (by creating a Service resource with the same name that references the Route (public host name) of the foo service) would make it easy to share services between namespaces