Register for our API Month Tech Talk on April 18! Explore the latest in API trends, security, and more. 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