Skip to content

A collection of tools and references around container networking

License

Notifications You must be signed in to change notification settings

mhausenblas/cn-ref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Networking Reference

A collection of tools and references around container networking accompanying my O'Reilly book Container Networking.


Container Networking book cover

Networking 101

Linux kernel

Docker

Kubernetes

Official documentation

3rd-party articles

Tooling

SDN

DNS

Proxies and load balancers

  • coreos/corelb: a loadbalancer built on coreinit and NGINX
  • Envoy: cloud-native proxy supporting HTTP/2 and gRPC
  • HAProxy: load balancing and proxying for TCP and HTTP-based apps
  • kube-proxy: Kubernetes built-in East-West traffic service proxy (managing IPtables entries)
  • MetalLB: a load-balancer implementation for bare metal Kubernetes clusters using ARP, NDP, or BGP.
  • NGINX Reverse Proxy: configuring NGINX as a reverse proxy
  • Træfik: a HTTP reverse proxy and load balancer

Ingress and gateways

Service Meshes

  • Conduit: an ultralight service mesh for Kubernetes
  • Istio: an open platform to connect, manage, and secure microservices
  • Linkerd: a transparent proxy to be deployed as a service mesh

Other

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •