Has Anyone Managed to Get angelnu/pod-gateway Working on Talos?

0
27
Asked By CloudyExplorer92 On

I'm currently trying to set up angelnu/pod-gateway on Talos but running into some issues. I've explored a couple of AI tools like Grok and Gemini Pro for help, but it feels like this might be beyond their capabilities. I configured my cluster with Omni and using Flannel for networking. Has anyone successfully implemented this?

4 Answers

Answered By TechGuru99 On

It’s helpful to provide more details if you want assistance. If you can share the steps you took, including any guides or specific configurations along with what errors you're encountering, it'll be easier for people to help you. Just saying that AI didn't work for you isn't enough to get good advice.

You might want to clarify whether you’re asking if it’s even compatible with Talos and Flannel, since there isn't much documented success with it.

Answered By ShellScripter On

Have you looked into using Gluetun? It’s a common alternative, but just be aware that it has different functionality than pod-gateway. With pod-gateway, you could have a single Gluetun instance handling multiple pods or namespaces.

Answered By K8s_Explorer On

Check out angelnu/k8s-gitops; it has a working example that might help you out. I've used this chart on Talos with Flannel, and it worked fine for me.

Answered By VPN_Wizard On

When I worked on a similar task, I had to set up a VPN using OpenVPN in a Kubernetes pod. Here are some things to consider if you're going down that route:

1. You need to create a configuration for OpenVPN to run correctly inside your pod, which includes specific scripts and security options.
2. For your pods to utilize the VPN gateway, you might need a sidecar container that can manage routing updates in case the VPN connection changes.

Just a quick tip: make sure the IP ranges for Kubernetes and your VPN do not overlap to avoid connectivity issues.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.