Skip to content

Request for Guidance on Setting Up Development Environment #305

Closed Answered by DcWire
mahendrasinghbora asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, so the way I have set up a dev environment for myself is (atleast for the ngui part) by making use of mirrord. Mirrord creates a new pod in the kubernetes cluster that replicates the traffic going to a pod that you intend to develop (lets say the ngui pod) and sends that traffic to your locally running server. This way whatever changes you made to your backend will be reflected immediately how you would want it to while working locally without having to build the image everytime. It pulls the env variables from the pod and passes it to the local environment.

Steps to reproduce:

  1. Install mirrord from the link https://mirrord.dev/docs/overview/quick-start/

  2. Now the issue is that the n…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by maxb-hystax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants