https://github.com/mhausenblas/container-networking
Container Networking
https://github.com/mhausenblas/container-networking
cni containers docker kubernetes networking
Last synced: over 1 year ago
JSON representation
Container Networking
- Host: GitHub
- URL: https://github.com/mhausenblas/container-networking
- Owner: mhausenblas
- License: apache-2.0
- Created: 2018-06-08T12:11:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T14:42:24.000Z (about 8 years ago)
- Last Synced: 2025-04-12T18:11:57.829Z (over 1 year ago)
- Topics: cni, containers, docker, kubernetes, networking
- Size: 21.5 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to container networking with Docker and Kubernetes
An [in-person training](https://conferences.oreilly.com/velocity/vl-ca/public/schedule/detail/67243) at Velocity San Jose 2018.
## Hands-on sessions
- [Container networking basics](container.md)
- Linux namespaces and cgroups
- Single-host container networking
- Multi-host container networking
- [Kubernetes networking](k8s.md)
- Intra-pod networking
- Services
- Ingress
- [Observability](observability.md)
- Distributed tracing
- Networking visualization
Further reading, tools and videos are available via the [references](references.md) section here as well as via the [container networking references](http://mhausenblas.info/cn-ref/) site.