This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Description
Currently the K8s client running on the user's machine contacts the REST server to submit local files and other configurations. The Client uses the API server proxy to reach the service endpoint. We could think about whether or not we want to replace the usage of the proxy with either an Ingress proxy or exposing the service on a node port. The tradeoffs between these three different alternatives should be weighed before we move forward with one of them.