Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 1006 Bytes

port-forwarding-to-cloud-env.md

File metadata and controls

33 lines (20 loc) · 1006 Bytes

How to: port-forward services in cloud environment locally

Prerequisites

Steps

  1. Find out which namespace you want to port forward to

    If you've pushed a branch in this repo called feature/some-cool-feature, your namespace will be: bc-some-cool-feature

  2. From the root of the repository:

    Bash Unix

    bash ./src/scripts/bash-nix/port-forward-cloud-services-locally.sh -n <name of the namespace from step 1>

    PowerShell

    .\src\scripts\pscore\port-forward-cloud-services-locally.ps1 <name of the namespace from step 1>

    Bash Mac

    bash ./src/scripts/bash-mac/port-forward-cloud-services-locally-mac.sh -n <name of the namespace from step 1>

You should now be able to access all your services on http://localhost:{port} - see this table for a map of services and their ports