Giter Club home page Giter Club logo

Comments (8)

WeAreHadock avatar WeAreHadock commented on August 16, 2024 1

Unfortunately not. We are currently trying to use Calico features instead, as described here: https://www.projectcalico.org/calico-ipam-explained-and-enhanced/

from kube-static-egress-ip.

WeAreHadock avatar WeAreHadock commented on August 16, 2024 1

We manage to create a pool and use it for a busybox, with natOutgoing: false , but this busybox can't reach an external nginx (it works with default ippool with NAT)
Dunno yet where the problem come from (ippool configuration, cidr choosen...), we're currently doing some test.
But give a look if you already use Calico, the MvP described in the article is quite simple.

from kube-static-egress-ip.

tung-huynh avatar tung-huynh commented on August 16, 2024

I have the same issue. Have you managed to find the solution for it yet @WeAreHadock ?

from kube-static-egress-ip.

tung-huynh avatar tung-huynh commented on August 16, 2024

Thank you for suggestion. Very appreciate.
Does this approach work on your side? @WeAreHadock

from kube-static-egress-ip.

tung-huynh avatar tung-huynh commented on August 16, 2024

Hi @murali-reddy, it would be nice if you can take a look on this issue, i am very close to make it work.
Thank you

from kube-static-egress-ip.

murali-reddy avatar murali-reddy commented on August 16, 2024

@tung-huynh @WeAreHadock

Please see #38

I ran into some issues making current implemented solution work across CNI. So at the moment taking differnt approach to find a solution that work across the CNI's and subnets (in case of direct routing).

from kube-static-egress-ip.

Tronix117 avatar Tronix117 commented on August 16, 2024

Does not work as well for me, it fails with same message.
When I log some stuff, I can find that I got:

Route  {
  Ifindex: 1
  Dst: 51.xxx.xxx.160/32
  Src: 51.xxx.xxx.160
  Gw: <nil>
  Flags: []
  Table: 254
}

However here are the ifaces:

{1 65536 lo  up|loopback}
{2 1500 ens3 dd:ff:aa:bb:cc:99 up|broadcast|multicast}

The address 51.xxx.xxx.160 being on ens3, which is index 2 in my case.
In the gateway code there is the following condition that prevent the interface to be detected in my case: if iface.Index == routeIndex

(Btw, I'm on a managed cluster)

from kube-static-egress-ip.

pdaccache avatar pdaccache commented on August 16, 2024

I have same issue , plz advise on how to solve this.

from kube-static-egress-ip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.