60DaysOfK8s – Day 35 Network namespace

Network namespaces provide isolation of the system resources associated with networking: network devices, IPv4 and IPv6 protocol stacks, IP routing tables, firewall rules, etc. Docker uses network namespace to isolate container network from host network. There are other types of namespaces that support the implementation of container. Create and view network namespace ip netns add … Continue reading 60DaysOfK8s – Day 35 Network namespace