Repo documenting all my networking in the unix, containers and k8s space.
Note: converting markdown files to pdf:
brew install pandoc
brew install wkhtmltopdf # or brew install weasyprint
pandoc docker-net.md -o docker-net.pdf --pdf-engine=wkhtmltopdf ## using wkhtmltopdf
# alt
pandoc k8s-net.md -o k8s-net.pdf --pdf-engine=weasyprint ## using weasyprint
- Networking Basics
- UNIX Networking labs
- UNIX Networking Troubleshoot & Advanced Networking Tools
- CGroups & Namespaces in UNIX
- Docker Networking
- K8s Networking
- AWS Networking
TODO
- [] Security
- [] Firewalls
- [] Azure Networking
- [] GCP Networking
If you think of anything useful, please feel free to make a PR and add or raise an issue 🙏