Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a port forwarding script for exposing deployed containers to local ports #729

Merged
merged 3 commits into from
Oct 2, 2023

Conversation

rikukissa
Copy link
Collaborator

@rikukissa rikukissa commented Oct 2, 2023

This feature mimics the port-foward command Kubernetes supports out of the box. The main purpose of this script is to allow developers to connect their local stack to deployed development environments (staging, QA) for better debugging and development experience.

yarn port-forward <host address> <container-name:port-from> <local port-to>
Screen.Recording.2023-10-02.at.8.28.38.mov

Once it's connected, you can for instance connect your MongoDB client to a database hosted on one of our servers

image

@euanmillar euanmillar merged commit b3198de into develop Oct 2, 2023
1 check passed
@euanmillar euanmillar deleted the port-forward branch October 2, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants