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

mirrord stealing to different app #2819

Open
aviramha opened this issue Oct 11, 2024 · 1 comment
Open

mirrord stealing to different app #2819

aviramha opened this issue Oct 11, 2024 · 1 comment
Assignees

Comments

@aviramha
Copy link
Member

Some of our users want to use mirrord over kubectl proxy which runs on a bastion host they SSH and port-forward to.
They're running
ssh -L 8080:localhost:8080
then inside the ssh
kubectl proxy

then on their local machine

kubectl config set-cluster testt --server=http://localhost:8080 --insecure-skip-tls-verify=true
kubectl config set-context testt --cluster=testt
kubectl config use-context testt

then they mirrord exec a Java Bootspring app that listens on 8080, requests gets stolen but when it's stolen it is sent to... the kubectl proxy (ssh forward) instead of the app :|
happens on macOS

Copy link

linear bot commented Oct 11, 2024

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

1 participant