Class ServiceServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class ServiceServlet
    extends ProxyServlet
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceServlet

        public ServiceServlet()