podmtu
Podmtu is a term used in the context of container and pod networking to describe the maximum transmission unit (MTU) configured for traffic within a pod. It refers to the largest packet size that can be transmitted within the pod network without requiring fragmentation. The term is not a formal standard, but it appears in documentation and operational discussions as a practical reference for configuring network paths inside containerized environments.
In practice, podmtu is influenced by multiple layers of the network stack. The underlying host interfaces have
Configuration and management of podmtu are usually handled by the container orchestration platform and its network
See also: MTU, Path MTU Discovery, Kubernetes, Docker, CNI plugins, VXLAN.