-
When keepalive is setup to nat to different backends (that can be on different hosts) how does the target host know to properly flip the source ip back to the vip address when replying? From observat…
chino updated
5 years ago
-
I am following the installation but I am not able to route the pod traffic from my VM (VM 1) to another gateway VM (VM 2). I am using Calico CNI and there is only 1 master node (VM 2) and 1 worker nod…
-
Hi guys, I found scaled endpoint description in official doc is empty, so I have some question for this feature here.
1. Scaled endpoint means DNAT, what datapath the flow go through? `client->bou…
-
Hi, @jul1u5 and I are trying to manually write a special singleton data type for gradually typed hasktorch.
We'd like a generic singleton datatype, `SChecked a`, that makes it possible to encode tw…
-
Found on the `clash-vexriscv` repo:
https://github.com/clash-lang/clash-vexriscv/actions/runs/8615733120/job/23611920320
9.2.8 and 9.4.8 do pass.
9.0.2:
```
[4 of 8] Compiling VexRiscv.Random …
-
### Kube-OVN Version
master
### Kubernetes Version
1.31
### Operation-system/Kernel Version
6.8 github ci
### Description
![image](https://github.com/user-attachments/assets/fa0f55e7-0f33-4ee2-…
-
k8s 的 Services 通过 kube-proxy 组件处理,只能在集群内部访问,如果想在外部访问,只能通过NodePort和load balancer, calico 通过BGP将 Services CIDR广播出去,通过 ECMP 达到负载的效果,同时使用local services 还能防止SNAT丢失原IP
-
**Describe the problem/challenge you have**
In case of static egress, sometimes user may provide EgressIP which isn't assigned to any Node by mistake or EgressIP was later removed from the assigned N…
-
We have nodes that have multiple public ip addresses that utilize same gateway (cloud provider is Scaleway, uses managed kilo k8s clusters for multi-cloud).
We want all outbound traffic for pods on…
-
https://github.com/docker/libnetwork/pull/2270 adds support to create a `overlay` network
with DSR (direct server return) mode which does an L2 forward and skips a SNAT rewrite keeping the L3 headers…