Join us on Thursday, May 23rd with Buoyant & Ambassador as we dive into the battle of the Service Mesh vs the API Gateway. 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