Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

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

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions