harbormaster
Harbormaster provides access to services running in Kubernetes clusters from your local machine. No kubectl access or cluster credentials are required. Connect to databases, APIs, and other services using standard local tools (database clients, IDEs, etc.).
Harbormaster handles Kubernetes networking, authentication, and service discovery. You authenticate through this web interface, then use the command-line client to establish connections to services by their FQDN.
pip install
https://harbormaster.dev.worthwhilek8s.com/static/hm_client.gz
hm login harbormaster.dev.worthwhilek8s.com
hm namespaces
hm list <namespace>
hm connect <fqdn>[<:port>] <local_port>
hm connect postgres.default.svc.cluster.local 5432hm connect smtp-svc.features-pawb.svc.cluster.local:8000 8080
hm version
hm clusters
hm logout <env>
hm logout dev