Kubernetes daemonset used to apply firewall rules on each node in the cluster
- Configure your rules in a configmap named
iptables-rules
in thekube-system
namespace. Seemanifests/configmap.yaml
for example. - Apply the daemonset:
kubectl apply -f manifests/iptables.yaml
- Logan V. - logan2211
See also the list of contributors who participated in this project.