Class PodServlet

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

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

      • PodServlet

        public PodServlet()