Package io.hawt.web.kubernetes
-
Class Summary Class Description DefaultProxyAddress Default implementation ofProxyAddressOpenShiftProtocolSocketFactory A custom implementation which works on PaaS environments like OpenShiftPodServlet Proxies /pod/name/port/* to the pod IP/port for 'name' using the Kubernetes service lookup and then passes the rest of the URI to the underlying service.ServiceResolver Resolves the service / container names to a URL to invoke HTTP / HTTPS requestsServiceServlet Proxies /service/name/* to the service host/port for 'name' using the Kubernetes service lookup and then passes the rest of the URI to the underlying service.