kube-static-egress-ip
kube-static-egress-ip copied to clipboard
Kubernetes CRD to manage static egress IP addresses for workloads
Hello everyone, I am configuring my K8s cluster to use a static egress IP via your resource. It's quite a bummer, though, that the egress IP is literal in the...
Following through the instructions on the main README.md, I end up with the following error when trying to apply a new egress rule. **System notes:** k8s_kubespray_version = "v2.10.3" k8s_version =...
logs ``` I0723 19:18:46.507067 1 director.go:102] Created ipset name: EGRESS-IP-XFVL3XZHQWBKAPWE I0723 19:18:46.507676 1 director.go:111] Added ips [192.168.7.10] to the ipset name: EGRESS-IP-XFVL3XZHQWBKAPWE I0723 19:18:46.508735 1 director.go:127] iptables rule in mangle...
I have a requirement where I wanted to provide a static Egress IP address for the use case where we are using NFS server with ACL but your model assumption...
I understand that need to route the outbound traffic that needs to be SNATed to a dedictaed node in some situations. However, I wonder if you plan to have a...
Would be useful to have a static egress IP per namespace to further tighten access to external resources. Perhaps even egress ip per tuple.
I am asking myself how the static IP is assigned and can be used in GKE. The readme does not tell about this and it looks like you could give...
Right now a director is required because a single static egress IP is desired. The downside being the director itself is a point of failure. What if there is a...
Hi, Is there a way we can provide. Cidr so that all traffic from a pod which is not cluster internal is directed to egress director? Will 0.0.0.0/0 work like...
Various updates of the StaticEgressIP object does not work properly. ### Remove the StaticEgressIP object Setup a `staticegressip` then delete it with; ``` kubectl delete staticegressip egressip-alpine ``` The egress-ip...