harbormaster


Environment: preprod
harbormaster.dev.worthwhilek8s.com


Access services running on Kubernetes from your local machine without the hassle of port-forwarding using kubectl, aws-sso login, etc.

Getting Started:

  1. Install the client package
    pip install https://harbormaster.dev.worthwhilek8s.com/static/hm_client.gz
  2. Login to this harbormaster instance:
    hm login harbormaster.dev.worthwhilek8s.com
  3. List the services that are available to you
    hm list
  4. Map the service to a local port:
    hm connect [service_name] [local_port]