- have kubernetes cli installed - install it
-
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
-
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