vapor-ware / synse-server

An HTTP API for monitoring and controlling physical and virtual devices
https://synse.readthedocs.io/en/latest/server/intro/
GNU General Public License v3.0
39 stars 11 forks source link

Convert server API to k8s service and route connected clients properly #85

Closed timfallmk closed 6 years ago

timfallmk commented 6 years ago

Description

Currently synse-server is accessed via the local node address and localhost networking. It should be exposed as a kubernetes service, and thus have a proxied URI. This URI should also be usable by the clients, plugins, prometheus, etc.

Related

MatthewHink commented 6 years ago

Sounds really cool to me. Thanks.

edaniszewski commented 6 years ago

closing - moved issue to appropriate repo for k8s setup