kubectl run -i --tty busybox --image=nicolaka/netshoot:1.0.0 --restart=Never -- bash
search <namespace>.svc.cluster.local svc.cluster.local cluster.local
options ndots:5
curl foo-service.default.svc.cluster.local
Separation of Concerns (SoC)
a design principle that manages complexity by partitioning the software system so that each partition is responsible for a separate concern, minimizing the overlap of concerns as much as possible.
https://en.wikipedia.org/wiki/Separation_of_concerns
a design principle that manages complexity by partitioning the software system so that each partition is responsible for a separate concern, minimizing the overlap of concerns as much as possible.
https://en.wikipedia.org/wiki/Separation_of_concerns
👍2
NGINX Cookbook by Derek DeJonghe.pdf
2.5 MB
# Nginx
Third Edition
Third Edition