Network Namespaces in Linux
Network namespaces are used by container runtimes like docker to implement network isolation. Containers are separated from the underlying host by using namespaces. Docker implements this using Linux namespaces. Let us demonstrate this by creating 2 ...
devops5.hashnode.dev5 min read