-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Bug: HTTP Proxy server not contactable when running as K8S deployment/service #2685
Comments
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
|
Additional info. Running this example in my K8S cluster does not work. The main pod can never reach the aws check ip url. https://blog.cetinich.net/content/2024/initContainers-stuck-in-PodInitializing/ curl: (6) Could not resolve host: checkip.amazonaws.com I'm running on EKS, K8S Version 1.31 |
i was have same error and it fixed with (look like port not open in firewall)
sorry for my bad english |
I love you. That worked. Thank you! |
Closed issues are NOT monitored, so commenting here is likely to be not seen. This is an automated comment setup because @qdm12 is the sole maintainer of this project |
Is this urgent?
None
Host OS
K8S
CPU arch
None
VPN service provider
NordVPN
What are you using to run the container
Kubernetes
What is the version of Gluetun
Running version latest built on 2025-01-22T08:30:14.628Z (commit 13532c8)
What's the problem 🤔
Hi, I'm running gluetun in K8S on EKS, and exposed the pod as a service using the below. But I'm unable to connect to it from another pod in the cluster.
Exec-ing into the pod and running some commands:
ping google.com
ping: bad address 'google.com'
ping 74.125.195.102
PING 74.125.195.102 (74.125.195.102): 56 data bytes
64 bytes from 74.125.195.102: seq=0 ttl=106 time=174.680 ms
Tells me that the DNS may not be working from within the gluetun pod. And creating a simple http-echo server in the cluster is accessible from other pods. My services look as follows:
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
gluetun-us ClusterIP 172.20.119.59 8888/TCP,8388/TCP 10m
Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: