/node-iptables-controller

Kubernetes controller managing iptables rulesets on each node

Primary LanguageShellApache License 2.0Apache-2.0

node-iptables-controller

Kubernetes daemonset used to apply firewall rules on each node in the cluster

Getting Started

Installing

  • Configure your rules in a configmap named iptables-rules in the kube-system namespace. See manifests/configmap.yaml for example.
  • Apply the daemonset: kubectl apply -f manifests/iptables.yaml

Authors

See also the list of contributors who participated in this project.

License

Apache2