https://developers.redhat.com/blog/2018/10/22/introduction-to-linux-interfaces-for-virtual-networking/
#linux #networking #macvlan #bridge #bounding #teaming #vlan #vxvlan #ipvlan #macvtap #veth #vcan #vxcan #ipoib #nlmon #dummy #ifb #networking
#linux #networking #macvlan #bridge #bounding #teaming #vlan #vxvlan #ipvlan #macvtap #veth #vcan #vxcan #ipoib #nlmon #dummy #ifb #networking
Red Hat Developer
Introduction to Linux interfaces for virtual networking | Red Hat Developer
Linux has rich virtual networking capabilities that are used as basis for hosting VMs and containers, as well as cloud environments. In this post, I will give a brief introduction to all commonly used
https://dev.to/polarbit/how-docker-container-networking-works-mimic-it-using-linux-network-namespaces-9mj
#docker #networking #namespace
#docker #networking #namespace
DEV Community
How Docker Container Networking Works - Mimic It Using Linux Network Namespaces
Docker (and probably any container technology) uses linux network namespaces to isolate container net...
Deep dive into docker overlay networks
- https://blog.revolve.team/2017/04/25/deep-dive-into-docker-overlay-networks-part-1/
- https://blog.revolve.team/2017/05/09/deep-dive-into-docker-overlay-networks-part-2/
- https://blog.revolve.team/2017/08/20/deep-dive-3-into-docker-overlay-networks-part-3/
#docker #overlay #network #networking
- https://blog.revolve.team/2017/04/25/deep-dive-into-docker-overlay-networks-part-1/
- https://blog.revolve.team/2017/05/09/deep-dive-into-docker-overlay-networks-part-2/
- https://blog.revolve.team/2017/08/20/deep-dive-3-into-docker-overlay-networks-part-3/
#docker #overlay #network #networking
Blog Devoteam Revolve
Deep dive into Docker Overlay Networks : Part 1
Introduction At D2SI, we have been using Docker since its very beginning and have been helping many projects go into production. We believe that
n0r1sk - Blog
https://www.n0r1sk.com/post/2019-10-02-podman-with-vxlan-overlay-network-deep-dive/
#podan #vxlan #networking
https://www.n0r1sk.com/post/2019-10-02-podman-with-vxlan-overlay-network-deep-dive/
#podan #vxlan #networking
n0r1sk - Blog
Podman with VXLAN Overlay Network Deep Dive
What’s the difference between users and engineers? Mostly, engineers are not satisfied with “It just works”. Over the last couple of days I did a deep dive i...
Network address translation
- The first article introduced how to use the iptables/nftables packet tracing feature to find the source of NAT-related connectivity problems. https://fedoramagazine.org/network-address-translation-part-1-packet-tracing/
- The second article introduced the “conntrack” command. https://fedoramagazine.org/network-address-translation-part-2-the-conntrack-tool/
- The third article gave an introduction to the “conntrack” event framework. https://fedoramagazine.org/conntrack-event-framework/
- This article shows how to expose more information about what is happening inside conntrack. https://fedoramagazine.org/network-address-translation-part-4-conntrack-troubleshooting/
#networking #NAT #tshoot
- The first article introduced how to use the iptables/nftables packet tracing feature to find the source of NAT-related connectivity problems. https://fedoramagazine.org/network-address-translation-part-1-packet-tracing/
- The second article introduced the “conntrack” command. https://fedoramagazine.org/network-address-translation-part-2-the-conntrack-tool/
- The third article gave an introduction to the “conntrack” event framework. https://fedoramagazine.org/conntrack-event-framework/
- This article shows how to expose more information about what is happening inside conntrack. https://fedoramagazine.org/network-address-translation-part-4-conntrack-troubleshooting/
#networking #NAT #tshoot
Fedora Magazine
Network address translation part 1 – packet tracing - Fedora Magazine
This article shows how to use the iptables/nftables tracing feature to find the source of NAT related connectivity problems.
Performance is a feature. This book provides a hands-on overview of what every web developer needs to know about the various types of networks (WiFi, 3G/4G), transport protocols (UDP, TCP, and TLS), application protocols (HTTP/1.1, HTTP/2), and APIs available in the browser (XHR, WebSocket, WebRTC, and more) to deliver the best—fast, reliable, and resilient—user experience.
#networking #perfomance #book
https://hpbn.co/
#networking #perfomance #book
https://hpbn.co/
High Performance Browser Networking
High Performance Browser Networking (O'Reilly)
What every web developer must know about mobile networks, protocols, and APIs provided by browser to deliver the best user experience.
https://medium.com/google-cloud/understanding-kubernetes-networking-pods-7117dd28727
https://medium.com/@betz.mark/understanding-kubernetes-networking-services-f0cb48e4cc82
#k8s #kubernetes #networking
https://medium.com/@betz.mark/understanding-kubernetes-networking-services-f0cb48e4cc82
#k8s #kubernetes #networking
Medium
Understanding kubernetes networking: pods
This post is going to attempt to demystify the several layers of networking operating in a kubernetes cluster. Kubernetes is a powerful…