Save your spot to hear from our panelists on the state of DevProd 2025 on April 10th. Register Now

Back to Kubernetes Glossary

iptables

What are iptables?

is a utility in the user-space where a root user can configure a set of table rules for the Linux kernel firewall.

Impact on Today

iptables allows users to control network traffic through the Linux firewall. Depending on the rules you set, traffic is directed to an end location based on criteria such as port or protocol.

In Kubernetes, network routing is managed by . , contrary to its name, is not a proxy. Instead, generates iptable rules to control routing inside a Kubernetes cluster.

Related Terms