Useful Resouces
This page contains various resources I’ve found useful, one way or another
Kubernetes
- https://brennerm.github.io/posts/kubernetes-overview-diagrams.html
- Buzzword bingo for Kubernetes, and nicely shows how they are linked
Kubernetes Networking
- Networking deep dive video
- Delves into the complexity of Kubernetes networking
Security
- https://cloudseclist.com/
- Run by Marco Lancini, great resource for cloud security articles
- NSA guide to hardening Kubernetes
- Unexpected resource, but seems a reasonable baseline.
Build system(s)
Docker
Tips and tricks
- .dockerignore
- Taking advantage of
.dockerignore
to reduce docker build times, and reduce sensitive data exposure
- Taking advantage of