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

How to see pod's changes through the service/ingress? #432

Closed
ghost opened this issue Jul 27, 2020 · 0 comments
Closed

How to see pod's changes through the service/ingress? #432

ghost opened this issue Jul 27, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 27, 2020

UPD: sorry, it was my issues with correct testing, seems works fine.

Hi.

I tried to run ksync like that:

ksync create -n my-ns -l app=echo $(pwd)/echo /project

I see my local changes inside the pod, if I'm running port-forward I can see the changes in my pod:

kc port-forward echo 5000:5000

curl localhost:5000/live
new_code

I use chain Ingress -> Service -> Pod, and when I'm trying to check new code without port-forward but through the ingress, I still see old code:

curl mydomain.com/live
old_code

Is there a way to see my changes through the service/ingress, or it's architecturally impossible?

Thanks.

@ghost ghost closed this as completed Jul 28, 2020
This issue was closed.
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

No branches or pull requests

0 participants